본문 바로가기

xdebug4

Debug Php Phpstorm with xdebug # Debug Php Phpstorm with xdebug~~ ### Download Xdebug dll & Php Config - php 버전 확인 - 확인요소 - Architecture : x86 - PHP Version : 5.2 - Thread Safe Build : yes - Download "xdebug dll" - php 버전에 맞는 dll 검색 - " _TS" 가 붙은 파일 == **T**hread **S**afe Build : yes - x86 == 32bit - DLL 복사 - "ext" in Php Floder . ( ex : php_xdebug-2.1.1-5.3-vc6.dll ) - php.ini ```ini [XDebug] ; xdebug dll 위치 PHP Thread Safe가.. 2020. 1. 31.
xdebug option php xdebug option php doc https://xdebug.org/docs/ : function : https://xdebug.org/docs/all_functions stack trace : https://xdebug.org/docs/all_functions [For full config options : https://xdebug.org/docs/all_settings](https://xdebug.org/docs/all_settings] 2019. 7. 16.
PDT php debug - xdebug # xdebug 를 통해 PDT에서 debug하기. ※ 참고 : http://xdebug.org/wizard.php http://warmz.tistory.com/767 http://warmz.tistory.com/766 1. php 버전 확인. - phpinfo() 화면으로 확인. 1.1. 확인요소 - Compiler : MS VC6 - Architecture : x86 - PHP Version : 5.3 - Thread Safe Build : yes 2. xdebug dll download 2.1. php 버전에 맞는 dll 검색 - _TS 가 붙은 파일 == Thread Safe Build : yes - x86 == 32bit 3. PHP/ext 폴더에 DLL 복사. ( ex : php_xdebug-.. 2019. 7. 16.
[PHP]xdebug 통해 PDT 디버깅 # xdebug 를 통해 PDT에서 debug하기. ※ 참고 : http://xdebug.org/wizard.php http://warmz.tistory.com/767 http://warmz.tistory.com/766 1. php 버전 확인. - phpinfo() 화면으로 확인. 1.1. 확인요소 - Compiler : MS VC6 - Architecture : x86 - PHP Version : 5.3 - Thread Safe Build : yes 2. xdebug dll download 2.1. php 버전에 맞는 dll 검색 - _TS 가 붙은 파일 == Thread Safe Build : yes - x86 == 32bit 3. PHP/ext 폴더에 DLL 복사. ( ex : php_xdebug-.. 2014. 6. 3.