기존 인터프리터를 개발하면서 통상 컴파일언어 개발과 달리
DEBUG 모드에 대해서 무시하고 넘어가기 쉬운데 로직의 복잡도및 사이트의 대형화가
진해오딜수록 DEBUG 방법을 무시할수가 없어진다.
아래를 참고하여
APTANA TOOL 을 이용한 PHP DEBUG 환경을 설정하여 업무에 적용할수 있다.
- TUTORIAL
1. http://mainia.tistory.com/650
2. http://devcircle.blogspot.kr/2013/02/enable-xdebug-in-aptana-studio-3x.html
3. http://unitstep.net/blog/2009/01/26/getting-xdebug-to-work-with-apachexampp-to-debug-php/
- XDEBUG SITE
DOWNLOAD : http://xdebug.org/download.php
INSTALL GUIDE : http://xdebug.org/wizard.php
- Please paste the full output of phpinfo() (either a copy & paste of the HTML version, the HTML source or php -i
output)
[출처] APTANA PHP DEBUG 실행환경 구축|작성자 굿맨