In PHP for 4 days, you can load the source code of the PHP runtime into Visual Studio using dsw files. Now with PHP 5, they introduced a new command line based build system. This means that you cannot easily load PHP into Visual Studio and start a debugging session using breakpoints in the graphical user interface, using a clock, etc.
How would you recommend setting up a debugging environment for PHP 5 on Windows? Now this seems like a pretty monumental task, but I hope there is an easier way.
These are step-by-step assembly instructions for Windows on the PHP wiki: http://wiki.php.net/internals/windows/stepbystepbuild
source share