shashiku Posted August 1, 2007 Share Posted August 1, 2007 hi guys. pls give me a link to a free version of a good php debugger. thankyou let me know what is the best debugger available Quote Link to comment https://forums.phpfreaks.com/topic/62786-pls-give-me-a-link-for-php-debugger/ Share on other sites More sharing options...
shashiku Posted August 1, 2007 Author Share Posted August 1, 2007 *bump* Quote Link to comment https://forums.phpfreaks.com/topic/62786-pls-give-me-a-link-for-php-debugger/#findComment-312713 Share on other sites More sharing options...
trq Posted August 1, 2007 Share Posted August 1, 2007 The best debugger is to always develop with error reporting set to E_ALL and to test often. Quote Link to comment https://forums.phpfreaks.com/topic/62786-pls-give-me-a-link-for-php-debugger/#findComment-312714 Share on other sites More sharing options...
mrjcfreak Posted August 1, 2007 Share Posted August 1, 2007 Use error_reporting(E_ALL); at the top of each page you want to debug, and use syntax highlighters such as Notepad++ If you want something more beefy try the eclipse sdk with PHP plugin. (see a php eclipse article{/url]) Quote Link to comment https://forums.phpfreaks.com/topic/62786-pls-give-me-a-link-for-php-debugger/#findComment-312728 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.