1
XDebug에 대한 PHP.ini 파일 설정이 아래에 있습니다.xdebugger를 시작하기위한 PHP.ini 파일의 설정은 무엇입니까?
[XDebug]
;; Only Zend OR (!) XDebug
zend_extension_ts ="C:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_enable=true
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9001
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:\xampp\tmp"
당신은 아마 "작동하지 않는"와 "내가 만든 변경 사항"에 자세히 설명한다 부분품 – tlenss