Page 1 of 1

PHP Tools no longer working

PostPosted: September 18th, 2018, 5:59 pm
by rjvers
I am trying to get PHP Tools to work again on Visual Studio 2010, this after I updated PHP. In tools it says xdebug is not enabled (with WAMP) but it is enabled. If I run it I get errors I did not get before and it no longer breaks on previous breakpoints.

How to I get this to work?

Re: PHP Tools no longer working

PostPosted: September 20th, 2018, 11:40 am
by Miloslav Beno
Hello,

This was solved by email. For everyone else who would have the similar issue:

Please check the output of `phpinfo`, you will see if Xdebug is loaded. In this case, it wasn't loaded although php.ini file had Xdebug turned on; there were two php.ini files. WAMP was using different one that user was editing. So just check what `php.ini` file is used.

Thank you,