Recommend me best debugger for php

Asked By 10 points N/A Posted on -
qa-featured

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?

SHARE
Best Answer by Mccormick Hocker
Answered By 0 points N/A #183748

Recommend me best debugger for php

qa-featured

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.

Best Answer
Best Answer
Answered By 0 points N/A #183749

Recommend me best debugger for php

qa-featured
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.

Related Questions