(win) xdebug와 xampp 사용하기 입니다. 정보
PHP (win) xdebug와 xampp 사용하기 입니다.
본문
ide로 사용하는 phped에서 dbg를 사용하듯 komodo에서는 xdebug를 사용하는가 봅니다.
1. iis를 제거
2. http://www.apachefriends.org/en/xampp-windows.html 에서 lite버전을 받아 설치.
3. php.ini 수정
; xdebug config for Windows
zend_extension_ts=c:\xampplite\php\debug\php_xdebug.dll
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.idekey=tim
php_xdebug.dll
(http://xdebug.org/에서 다운 받아 설치 후 위 파일을 C:\xampplite\php\debug\ 에 복사)
리스타트 아파치
komodo말고, 무료인 eclipse와 같이 사용하면 됩니다.
추천
1
1
댓글 1개

오....감사합니다.