Jump to content

Debugger for PHP


believeinsharing

Recommended Posts

Depends on your environment but you should install XDebug extension for your dev environment and enable remote debugging, configure it to netbeans and whenever you're having problems insert brake points in your IDE and start your debug session... That's just one tool, but I've loved it. For AJAX development I'd give a go for FirePHP; a great tool for Firefox

 

http://www.phpeclipse.com/wiki/Howto/XDebugAndPHPEclipse

http://www.firephp.org/

 

Also with crome, use your console to see what data goes on in requests and responses. There are a lot more tools but these are pretty good to start with.

Link to comment
https://forums.phpfreaks.com/topic/265946-debugger-for-php/#findComment-1362702
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.