Phpxdebug configuration problems [Xdebug] zend_extension_ts = "C:/php_xdebug.dll" xdebug. profiler_enable = onxdebug. Release = "E:/xdebug/" xdebug. r php xdebug configuration problems
[Xdebug] zend_extension_ts = "C:/php_xdebug.dll" xdebug. profiler_enable = on xdebug. profiler_output_dir = "E:/xdebug/" xdebug. remote_enable = on xdebug. default_enable = on xdebug. collect_return = on xdebug. auto_trace = on xdebug. remote_autostart = on; xdebug. remote_handler = dbgp xdebug. remote_host = localhost xdebug. remote_port = 9090 xdebug. collect_params = 1 xdebug. trace_output_dir = "E:/xdebug /"
?
Precautions During configuration:
1. disable zend and other accelerators;
2. pay attention to the selection of the CTS or ts version. this is mainly a Thread Safety in the php configuration.
3. if iis is used, restart the iis service instead of using the iisreset command.
4. original articles from small orange light classification information network http://www.xiaojudeng.com/reprint please indicate the source.