0

I used https://xdebug.org/wizard.php to check my Xdebug status that I installed using below instruction.

But it's seems not working. I tried with NetBeans Xdebug / Sublime Xdebug Clinets and also PHPStrome, but php files are not hit the debug point.

When I check the php content with I used https://xdebug.org/wizard.php it's also displayed

Xdebug installed : no

Bu I have successfully run all commands and copied the file into xammp's extentions folder.

php.ini conetnt:

;zend_extension=opcache.so
zend_extension="/Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20170718/xdebug.so"
[xdebug]
xdebug.remote_host=localhost
xdebug.remote_port=9001
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.idekey="netbeans-xdebug"
xdebug.remote_log="/Applications/XAMPP/logs/xdebug.log"

enter image description here

Tried list:

enter image description here

Elshan
  • 7,339
  • 4
  • 71
  • 106

1 Answers1

0

Had problem with permissions, the system didn't let my install xdebug, so I ended up installing another php instead of using the built-in one:

Try this article

ZR87
  • 1,463
  • 16
  • 27