
Windows Xdebug 설치(xampp, php)
·
Skills/PHP
1. Download Xdebug ⬇️ php 버전 확인 명령어php -v 터미널에서 php 버전을 확인한다. 나는 php 8.2.12 버전이라 php 8.2 그리고ZTS(Thread Safe 버전)이라 PHP 8.2 TS VS16 (64 bit)을 다운로드 했다.NTS라면 PHP 8.2 VS16 (64 bit)을 다운로드하면 된다. Xdebug: DownloadsDownloads Please refer to the installation instructions on how to install Xdebug. Source Xdebug is hosted in GIT. The source code can be browsed through github and can be checked out with: g..