问题
I installed PhpStorm and Xdebug. When I'm trying to debug in a PhpStorm, not on a web page the debugger doesn't work.
I added the following code in php.ini
[Xdebug]
zend_extension = "C:\xampp\php\ext\php_xdebug-2.8.0-7.2-vc15.dll"
xdebug.remote_enable = 1
I also downloaded "php_xdebug-2.8.0-7.2-vc15.dll" and put it in C:\xampp\php\ext
folder.
来源:https://stackoverflow.com/questions/58679777/phpstorm-xdebug-frames-and-variables-are-not-available