0
PhpStorm에서 xdebug를 사용하고 싶습니다. 그래서,IDE 키 변경 xdebug
xdebug.idekey= PHPSTORM
<table>
<tbody><tr class="h"><th>xdebug support</th><th>enabled</th></tr>
<tr><td class="e">Version </td><td class="v">2.4.1 </td></tr>
<tr><td class="e">IDE Key </td><td class="v">XDEBUG_ECLIPSE </td></tr>
</tbody></table>
그리고있다 .. PhpStorm 정말 당신이 사용하게 될 IDE 키에 대해 상관하지 않는다? - 그냥 이름/문자열입니다. PhpStorm으로 현재 IDE 키를 안전하게 사용할 수 있습니다. "php.ini에서 편집 한 후에도 여전히'XDEBUG_ECLIPSE' 인 이유는 무엇입니까? - 1) 잘못된 php.ini를 편집했습니다 (일부 설정의 경우 CLI에는 하나, web에는 하나의 ini가있을 수 있습니다 서버/아파치) 2) PHP/웹 서버를 다시 시작하는 것을 잊었 기 때문에 새로운 php.ini를 선택할 수 있습니까? – LazyOne
어떤 경우 : https://confluence.jetbrains.com/display/PhpStorm/Debugging+with+PhpStorm (아직 보지 않은 경우) – LazyOne