0
는 WampServer 버전 3.0.6 64 비트 그래서 아파치 2.4.23이 이 방법으로 VC11-x86_64.dll 수정 php.ini 파일 :Xdebug는 3.0.6
[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
하지만 여전히 중단 점에서 중지되지 않습니다 8.02 넷빈즈. phpinfo 프롬프트 xdebug.remote_enable = off
의견이 있으십니까?
항상 코드 영역을 강조 표시하기 위해 Ctrl + K를 사용하십시오. –