먼저 프로그램 시작
<code>php think run<br/></code>
phpini 수정
<code>```<br/>xdebug.remote_host=localhost<br/>xdebug.remote_port=9000<br/>xdebug.remote_handler=dbgp<br/>xdebug.remote_autostart=1<br/>xdebug.remote_enable=On<br/>xdebug.ideakey="PHPSTORM"<br/>```<br/></code>
서버 서버 구성
<code>127.0.0.1<br/>8000<br/>xdebug<br/></code>
dbgp 프록시 구성
<code>idekey PHPSTORM<br/>host localhost<br/>port 9000<br/></code>
php 웹 페이지 구성
Note
닫기 에이전트가 127.0.0.1에서 사라졌으며 이는 디버깅에 영향을 미칩니다
위 내용은 phpstorm을 사용하여 thinkphp6을 디버깅하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!