Xdebug - xampp php7

Asked

Viewed 314 times

0

Good afternoon guys, I researched several places on how to activate Xdebug and found some solutions, but none of them worked here. The simplest way I’ve ever used is to uncheck the ; from the zend_extension line = "C:xamppphpextphp_xdebug.dll", but in my php.ini this line no longer exists, only including it doesn’t work either :/

I have tried to reinstall shampooing, but without success..

Can someone help me?

1 answer

0


You need to put these lines in php.ini

[Xdebug]
zend_extension = C:\php\ext\php_xdebug-2.4.1-7.0-vc14-nts-x86_64.dll
xdebug.remote_enable=1
xdebug.remote_port=9000

and download "php_xdebug-2.4.1-7.0-vc14-nts-x86_64.dll" according to the version of your PHP, on this link.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.