PHP調試

php_xdebug-2.2.3-5.3-vc9.dll

PHP Version 5.3.13


MSVC9 (Visual C++ 2008)

win32版本

配置如下


[XDebug]
;; Only Zend OR (!) XDebug
zend_extension="F:/Program Files/BitNami Redmine Stack/php/ext/php_xdebug-2.2.3-5.3-vc9.dll"
xdebug.auto_trace=On
xdebug.collect_params=On
xdebug.collect_return=On
xdebug.trace_output_dir="E:/PHPWeb/Xdebug"
xdebug.profiler_enable=On
xdebug.profiler_output_dir="D:/PHPWeb/profiler" 
xdebug.remote_enable=On
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp


使用netbeans調試

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章