Thursday, December 20, 2012

How to Debug a Web Program

This is a tutorial on how to debug web programs using Netbeans IDE for PHP and a browser JavaScript debugger. PS: I forgot to mention that after uncommenting the [XDebug] portion of the php.ini file you need to set xdebug.remote_enable = 1 instead of = 0

No comments:

Post a Comment