[APTANA] aptana studio3 xdebug 설치

1) php.ini 수정

;#13.03.18 XDebug 설정 implicit_flush = Off
implicit_flush = On


2) dll 다운로드

1. http://xdebug.org/download.php 에서 dll 다운로드
-> php_xdebug-2.2.1-5.2-vc9-nts.dll

2 .복사

3. php.ini 수정
-> 
[XDebug]
;; Only Zend OR (!) XDebug
zend_extension="C:\PHP(x86)\ext\php_xdebug-2.2.1-5.2-vc9-nts.dll" //경로 설정 확인 할 것
xdebug.remote_enable=true
xdebug.remote_host=localhost
xdebug.remote_port=10000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:\Windows\Temp"

댓글

이 블로그의 인기 게시물

[LINUX] CentOS 부팅시 오류 : UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY

[MSSQL] 데이터베이스가 사용 중이어서 배타적으로 액서스할 수 없습니다

구글코랩) 안전Dream 실종아동 등 검색 오픈API 소스를 공유합니다. (구글드라이브연동, 이미지 수집 소스)