paip.xdebug 配置attilax總結.txt

paip.xdebug 配置attilax總結.txtphp

nts  not thead safe.mysql

 

-----php.ini
[Xdebug]
zend_extension_ts="D:wampbinmysqlsql

mysql5.0.51bphp_xdebug-2.1.0-5.2-ide

vc6.dll"
xdebug.collect_params=On
xdebug.collect_return=On
xdebug.trace_output_dir="d:xdebug" //函數

設定函數調用監測信息的輸出文件的路徑。
xdebug.profiler_enable=On  //打開效能監測debug

器。
xdebug.profiler_output_dir="d:xdebug" 調試

//設定效能監測信息輸出文件的路徑。ip

 

xdebug.remote_enable=On
xdebug.remote_autostart=On
xdebug.auto_trace=Onrem

 

------------------更加詳細的配置it

[Xdebug]
zend_extension_ts="D:wampbinmysql

mysql5.0.51bphp_xdebug-2.1.0-5.2-

vc6.dll"
xdebug.collect_params=4
xdebug.profiler_output_dir="D:xdebug"
xdebug.profiler_enable=On
xdebug.profiler_enable_trigger=1
xdebug.default_enable=On
xdebug.show_exception_trace=On
xdebug.show_local_vars=1
xdebug.max_nesting_level=50
xdebug.var_display_max_depth=6
xdebug.dump_once=On
xdebug.dump_globals=On
xdebug.dump_undefined=On
xdebug.dump.REQUEST=*
xdebug.dump.SERVER=REQUEST_METHO

D,REQUEST_URI,HTTP_USER_AGENT
xdebug.trace_output_dir="D:xdebug"
;而後打開遠程調試
xdebug.remote_enable=1
;自動開始也打開
xdebug.remote_autostart=1

;開啓自動跟蹤
 
xdebug.auto_trace = On
 
;開啓異常跟蹤
 
xdebug.show_exception_trace = On
 
;開啓遠程調試自動啓動
 
xdebug.remote_autostart = On
 
;開啓遠程調試
 
xdebug.remote_enable = On
 
;收集變量
 
xdebug.collect_vars = On
 
;收集返回值
 
xdebug.collect_return = On
 
;收集參數
 
 

xdebug.remote_connect_back=1xdebug.remote_host=127.0.0.1xdebug.scream=1

相關文章
相關標籤/搜索