当前位置:Gxlcms > PHP教程 > phpstormphp脚本调试,断点

phpstormphp脚本调试,断点

时间:2021-07-01 10:21:17 帮助过:7人阅读

简单脚本断点, 此时 不管点运行 还是点击debug
然后等好一会才会断点在那..,开始提示如下
Waiting for incoming connection with ide key '14866'
Waiting for incoming connection with ide key '10627'
每次 ide key都不一样..

不选php web application ,选script,我就是调试一个script脚本, 跟网页没关系!!!

/usr/local/bin/php -dxdebug.remote_enable=1 -dxdebug.remote_mode=req -dxdebug.remote_port=9001 -dxdebug.remote_host=127.0.0.1 /Users/name/PhpstormProjects/phptest/test.php

回复内容:

简单脚本断点, 此时 不管点运行 还是点击debug
然后等好一会才会断点在那..,开始提示如下
Waiting for incoming connection with ide key '14866'
Waiting for incoming connection with ide key '10627'
每次 ide key都不一样..

不选php web application ,选script,我就是调试一个script脚本, 跟网页没关系!!!

/usr/local/bin/php -dxdebug.remote_enable=1 -dxdebug.remote_mode=req -dxdebug.remote_port=9001 -dxdebug.remote_host=127.0.0.1 /Users/name/PhpstormProjects/phptest/test.php

  • 安装了Xdebug之类的没

  • Jetbrain的Chrome拓展安装没

  • 那个有电话的绿色按钮点没.debug键的右边第二个

人气教程排行