1 回答

TA貢獻(xiàn)1848條經(jīng)驗(yàn) 獲得超10個(gè)贊
最后我找到了工作設(shè)置。也許這會幫助某人:
(...)
output_buffering = off
(...)
[XDebug]
zend_extension = c:\xampp\php\ext\php_xdebug.dll
xdebug.default_enable = 1
xdebug.idekey = "xdebug"
xdebug.remote_autostart = 0
xdebug.profiler_append = 0
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = "c:\xampp\tmp"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_connect_back = 0
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_mode=req
xdebug.remote_connect_back=0
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"
xdebug.remote_cookie_expire_time = -9999
xdebug.show_local_vars = 0
xdebug.max_nesting_level = 1000
我有時(shí)會收到“實(shí)時(shí)預(yù)覽”錯誤,但這是要解決的另一種情況,與 xdebug 沒有嚴(yán)格關(guān)系,我相信......
- 1 回答
- 0 關(guān)注
- 134 瀏覽
添加回答
舉報(bào)