- Install XAMPP v3.2.4 x64 in
c:\xamppand set path to environment variable
- Get all text in
phpinfo()and download dll file as per https://xdebug.org/wizard and copy inc:\xampp\php\extand add textzend_extension=pathin end ofphp.iniand checkphpinfo()page and xdebug adding to this
- Add
[XDebug] xdebug.remote_enable = 1 xdebug.remote_autostart = 1in php.ini
- Install VSCode v1.52.1
- install Php Debug v1.13.1
- Create project in
htdocsname of test and create file in totest.php
Text in to
test.phpand set breakpoint in lineCreate automatic
launch.jsonfor PHP
Start debug
Start chrome and url:
localhost/test/test.php
But when refresh page breakpoint not working and not stop code.







