php.ini
[XDebug]
xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug"
xdebug.trace_output_dir="D:\phpStudy\tmp\xdebug"
zend_extension="D:\phpStudy\php\php-5.5.38\ext\php_xdebug.dll"
xdebug.remote_enable=on
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.collect_params = 1
xdebug.profiler_enable=on
xdebug.auto_trace=on
xdebug.trace_output_dir="D:\phpStudy\tmp\xdebug\xdebug.trace_output_dir"
xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug\xdebug.profiler_output_dir"
NetBeans 开启调试后。
请求url带上如下参数即可
/?XDEBUG_SESSION_START=netbeans-xdebug 请求头