0
有WampServer版本3.0.6 64位 所以 的Apache 2.4.23 - PHP 25年6月5日 - MySQL的5.7.14了XDebug與NetBeans和WAMP 3.0.6
我已經下載php_xdebug,2.2.5-5.6- vc11-x86_64.dll和修改後的php.ini以這種方式:
[XDebug]
zend_extension = "C:\wamp64\bin\php\php5.6.25\php_xdebug-2.2.5-5.6-vc11-x86_64.dll"
xdebug.remote_port=9000
xdebug.remote_enable = 1
xdebug.remote_handler = dbgp
xdebug.remote_host = 127.0.0.1
xdebug.trace_output_dir = "C:\wamp64\tmp"
xdebug.profiler_append = 0
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "C:\wamp64\tmp"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_autostart=1
xdebug.remote_connect_back=0
xdebug.remote_log=C:\wamp64\tmp\xdebug.log
但仍Netbeans 8.02不停止在斷點上。 phpinfo提示xdebug.remote_enable =關閉
爲什麼在你看來?
始終使用ctrl + k突出顯示代碼區域。 –