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! Link to comment https://forums.phpfreaks.com/topic/281397-php_debug-vs-xdebug/ 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. Link to comment https://forums.phpfreaks.com/topic/281397-php_debug-vs-xdebug/#findComment-1446024 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? Link to comment https://forums.phpfreaks.com/topic/281397-php_debug-vs-xdebug/#findComment-1446687 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. Link to comment https://forums.phpfreaks.com/topic/281397-php_debug-vs-xdebug/#findComment-1446895 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.