• info@bizmate.biz

Enable PHP Debugging – Eclipse XAMPP Chrome

Enable PHP Debugging – Eclipse XAMPP Chrome

  1. in eclipse set Preferences->PHP->Debug->Installed Debuggers->select Xdebug->Configure and set Accept remote session to “any” as per images below
    Eclipse PHP Xdebug selectionEclipse Configure Xdebug JIT to any

    Make sure Eclipse is pointing to the php executable and php.ini in the PHP Executable drop down, if none available it is because ou need to tell Eclipse where it is.

  2. in eclipse set Preferences->PHP->Debug disable Break at first line (no need to break at first line but rather make it run until first toggle/breakpoint)
  3. if your project is not set as php project make sure it is by modifying the project config, instructions here
Bizmate