Asked By
lance sok
10 points
N/A
Posted on - 02/02/2013
Hello friends,
I am newbie in PHP and learning very quickly. I am not at the expert level to debug the code. I am looking for best debugger for php. I also want to know from techyv.com experts that is there by default any debugger program installed in XAMPP server?
Recommend me best debugger for php
There are many debugger programs for php. Many of them are looking for a money so you can use it. One of the best free debugger is Xdebug. Here is a link of their page, so you can see all their good qualities. https://xdebug.org/ . And for the second question I think that there is not a debugger program installed in XAMPP server.
Recommend me best debugger for php
Hello Lance Sok. There are many debugging tools for PHP such asÂ
-
Webgrind,
-
PHP debug,
-
PHP dyn,
-
Jetbrains PHPStorm
And many more, but most of the them are not for free. Unless you are willing to pay then you can try those.
Â
However, there's still Xdebug, the best FREE alternative. It is one of the best php debugging tools and many programs comes with xdebug already. (Netbeans uses xdebug.)
Â
If you install Xampp, it installs xdebug by default. However does not configure Xdebug to be the default debugging tool. You just have to tweak a few lines in the php.ini file.