Setup PHP Debugger On Komodo Edit 5


komdo-edit

  • To enable PHP debugger on komodo edit,Go to Edit->Preferences->Language->PHP. PHP interpreter path must be setup. INI file path will be automatically configured by komodo edit installer if php ini file exists.
  • Now locate the path of php-cgi.exe file and set its path.In Wamp,php-cgi.exe file will be in wamp\bin\php\php5.2.9\php-cgi.exe
  • Once it done,Komodo Edit will show syntax error while typing the code.