Difference between revisions of "PHP/IDE"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< PHP
Jump to navigation Jump to search
(Created page with "==Notes== Apparently PHP is capable of being interactively debugged in an IDE, using only FOSS software. I'm still researching this. Apparently there are a number of front-end...")
 
Line 3: Line 3:
  
 
It may be necessary to run PHP and the IDE on the same machine.  
 
It may be necessary to run PHP and the IDE on the same machine.  
 +
* [https://www.php.net/manual/en/book.phpdbg.php phpdbg] - not well documented
 
* [http://xdebug.org/ XDebug]: Debugger and Profiler Tool for PHP
 
* [http://xdebug.org/ XDebug]: Debugger and Profiler Tool for PHP
 
** [http://xdebug.org/docs/install Installation]
 
** [http://xdebug.org/docs/install Installation]

Revision as of 23:59, 14 June 2021

Notes

Apparently PHP is capable of being interactively debugged in an IDE, using only FOSS software. I'm still researching this. Apparently there are a number of front-ends (IDEs) which support the necessary protocol, including KDevelop, and there's at least one plug-in on the back-end.

It may be necessary to run PHP and the IDE on the same machine.