PHP调试

来源:互联网 发布:外汇分析软件 编辑:程序博客网 时间:2024/06/08 03:47

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调试

0 0
原创粉丝点击