我有此配置:
[XDebug]
zend_extension = "G:\xampp\php\ext\php_xdebug-2.5.5-7.1-vc14.dll"
xdebug.remote_autostart = 1
xdebug.profiler_append = 0
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "G:\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 = "G:\xampp\tmp\xdebug.txt"
xdebug.remote_port = 9000
xdebug.trace_output_dir = "G:\xampp\tmp"
;36000 = 10h
xdebug.remote_cookie_expire_time = 36000
请帮助。我正在使用Window 10。
答案 0 :(得分:1)
尝试使用https://xdebug.org/wizard.php
过去,我在设置xdebug设置时遇到了很多困难,但是那个鲜为人知的xdebug向导一直是我正确设置xdebug设置的救星。
答案 1 :(得分:0)
Xdebug
和Xdebug Manager
是EasyPHP Deverser(www.easyphp.org)的本机。也许你可以看看。