PhpStorm Xdebug Фреймы и переменные недоступны - PullRequest
0 голосов
/ 03 ноября 2019

Я установил PhpStorm и Xdebug. Когда я пытаюсь отлаживать в PhpStorm, а не на веб-странице, отладчик не работает.

Я добавил следующий код в php.ini

[Xdebug]
zend_extension = "C:\xampp\php\ext\php_xdebug-2.8.0-7.2-vc15.dll"
xdebug.remote_enable = 1

Я также скачал"php_xdebug-2.8.0-7.2-vc15.dll" и поместите его в папку C:\xampp\php\ext.

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

...