有没有人可以帮助,如何调试php项目在Visual Studio代码与php 5.6。?类似xdebug的东西。我需要跟踪程序。
1cosmwyk1#
所以这个家伙的答案在下面的链接是为PHPSorm,但它为我工作。我只是把行IDE键。我使用的是vscode,它运行得很好。安装xampp v5.6.40,安装中包含xdebug文件。
[xdebug] zend_extension="C:\xampp\php\ext\php_xdebug.dll" xdebug.remote_enable=true xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000 xdebug.remote_handler=dbgp xdebug.profiler_enable=1 xdebug.profiler_output_dir=C:\Temp xdebug.remote_autostart = 1
https://stackoverflow.com/a/73494033/19898746
1条答案
按热度按时间1cosmwyk1#
所以这个家伙的答案在下面的链接是为PHPSorm,但它为我工作。我只是把行IDE键。
我使用的是vscode,它运行得很好。
安装xampp v5.6.40,安装中包含xdebug文件。
https://stackoverflow.com/a/73494033/19898746