NetBeans7.0设置X-debug调试
mrz
posted @ 2011年10月24日 13:44
in GLOBAL
, 946 阅读
php.ini设置
[Xdebug] zend_extension_ts="D:/APMServ5.2.6/php/ext/php_xdebug-2.1.2-5.2-vc6.dll" //defined your selfs xdebug.auto_trace=1 xdebug.collect_params=1 xdebug.collect_return=1 xdebug.trace_output_dir="D:/APMServ5.2.6/xdebug" //defined your selfs xdebug.profiler_enable=1 xdebug.profiler_output_dir="D:/APMServ5.2.6/xdebug"//defined your selfs xdebug.remote_enable=on xdebug.remote_handler=dbgp xdebug.remote_host=localhost xdebug.remote_port=9000
再把dll复制到php程序文件夹的ext文件夹里