believeinsharing Posted July 19, 2012 Share Posted July 19, 2012 Hi, I am using eclipse for php development, but its very hard to solve php prob. So anyone knows good php debugger for eclipse or anyway to debug php file. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/265946-debugger-for-php/ Share on other sites More sharing options...
johnny86 Posted July 19, 2012 Share Posted July 19, 2012 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. Quote Link to comment https://forums.phpfreaks.com/topic/265946-debugger-for-php/#findComment-1362702 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.