eldan88 Posted August 20, 2013 Share Posted August 20, 2013 Hey, I am taking a debugging course, and wanted to know what is better to use between PHP_Debug VS xdebug. Thanks! Quote Link to comment Share on other sites More sharing options...
requinix Posted August 20, 2013 Share Posted August 20, 2013 PHP_Debug is a way of outputting variables and values and stuff to help you "debug" your application. xdebug is an actual debugger. Quote Link to comment Share on other sites More sharing options...
eldan88 Posted August 25, 2013 Author Share Posted August 25, 2013 Okay i see that. How about firebug? Do you recommend using that along with xdebug? Quote Link to comment Share on other sites More sharing options...
requinix Posted August 26, 2013 Share Posted August 26, 2013 Firebug isn't technically for PHP but for other things that are important in web development so yes, if you use Firefox then it's a good idea. Quote Link to comment 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.