NetBeans7.0设置X-debug调试

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文件夹里

posted on 2011-11-08 23:23  imrz  阅读(579)  评论(0)    收藏  举报

导航