5.3 VC9 TS 32bit :xp系統(tǒng)。
php.ini [Xdebug] zend_extension="D:\www\xampp\php\ext\php_xdebug-2.2.1-5.3-vc9.dll" ;是否開啟自動(dòng)跟蹤 xdebug.auto_trace = On ;是否開啟異常跟蹤 xdebug.show_exception_trace = On ;是否開啟遠(yuǎn)程調(diào)試自動(dòng)啟動(dòng) xdebug.remote_autostart = On ;是否開啟遠(yuǎn)程調(diào)試 xdebug.remote_enable = On ;允許調(diào)試的客戶端IP ;遠(yuǎn)程調(diào)試的端口(默認(rèn)9000) xdebug.remote_port=9000 ;調(diào)試插件dbgp xdebug.remote_handler=dbgp ;是否收集變量 xdebug.collect_vars = On ;是否收集返回值 xdebug.collect_return = On ;是否收集參數(shù) xdebug.collect_params = On ;跟蹤輸出路徑 xdebug.trace_output_dir="c:\xdebug" ;是否開啟調(diào)試內(nèi)容 xdebug.profiler_enable=On ;調(diào)試輸出路徑 xdebug.profiler_output_dir="c:\xdebug" |
|