Eclipse PDT + Autoset 이용해서 로컬 디버깅환경 만들기


Eclipse PDT + Autoset 이용해서 로컬 디버깅환경 만들기

(1) 오토셋은 잴 최신판 다운로드(32bit / 64bit구분) (2) Eclipse에서 신규 PHP프로젝트를 Xdebug를 이용하여 디버깅하기 위해 php.ini에 아래와 같이 추가 (Eclipse PDT에서 따로 Xdebug를 plug-in으로 받을 필요는 없었다) zend_extension = "C:\AutoSet10\server\bin\ext\php_xdebug.dll" xdebug.remote_enable = true xdebug.remote_host = 127.0.0.1 xdebug.remote_port = 9000 xdebug.remote_handler = dbgp xdebug.profiler_enable = 0 xdebug.profiler_output_dir = "C:\AutoSet10\temp (3) Autoset의 홈디렉토리를 eclipse의 workspace로 지정 (디폴트는 C:\AutoSet10\public_html로 되어 있을터...) (4) eclipse...


#Autoset #PHP #Xdebug #설정

원문링크 : Eclipse PDT + Autoset 이용해서 로컬 디버깅환경 만들기