cnq 发表于 2018-12-21 08:11:25

NetBeans+PHP+XDebug调试程序

zend_extension="D:/XAMPPLite/php/ext/php_xdebug-2.0.5-5.2.dll"  
  xdebug.profiler_enable=on
  xdebug.trace_output_dir="D:\XAMPPLite\xdebug"
  xdebug.profiler_output_dir="D:\XAMPPLite\xdebug"
  xdebug.remote_enable=on
  xdebug.remote_handler=dbgp
  xdebug.remote_host=localhost
  xdebug.remote_port=9009

页: [1]
查看完整版本: NetBeans+PHP+XDebug调试程序