Xdebug跳过断点页面永远不会加载

时间:2019-07-15 16:12:50

标签: php phpstorm xdebug php-7.3 xdebug-profiler

我升级到PHP 7.3,下载了Xdebug,更新了php.ini,然后重新启动了XAMPP。

当我在PhpStorm中启用调试cookie时,页面将永远不会完全加载(以可视方式加载页面,但Chrome仍会在选项卡中显示旋转的圆圈)并且会忽略断点。

这是我的php ini。我检查了zend_extension中的.dll文件是否正确。

[XDebug]
zend_extension = "c:\xampp\php\ext\php_xdebug-2.7.2-7.3-vc15-x86_64.dll"
xdebug.remote_autostart = 0
xdebug.profiler_append = 0
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "c:\xampp\tmp"
;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.remote_log = "c:\xampp\tmp\xdebug.txt"
xdebug.remote_port = 9000
xdebug.trace_output_dir = "c:\xampp\tmp"
;36000 = 10h
xdebug.remote_cookie_expire_time = 36000

0 个答案:

没有答案