标签:span 包括 2.0 open deb out 安装位置 查看 oca
[xdebug] ; XDEBUG Extension zend_extension = "C:/phpStudy/php56n/ext/php_xdebug-2.4.0-5.6-vc11-nts.dll" xdebug.remote_enable = on xdebug.profiler_enable = on xdebug.profiler_enable_trigger = off xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir = "D:/WWW/tmp" xdebug.show_local_vars=0 ;启用远程调试 xdebug.remote_autostart= 1
{ "version": "0.2.0", "configurations": [ { "name": "Listen for XDebug", "type": "php", "request": "launch", "port": 9000 }, { "name": "Launch currently open script", "type": "php", "request": "launch", "program": "${file}", "cwd": "${fileDirname}", "port": 9000 } ] }
标签:span 包括 2.0 open deb out 安装位置 查看 oca
原文地址:http://www.cnblogs.com/wanghaokun/p/6103894.html