PHP Debug Setting in Vs Code Documentary
PHP Debug Setting in Vs Code Documentary
Steps are:
1. Install Xampp
4. Enter in php.ini
Step 1:
[PHP]
zend_extension=xdebug
[XDebug]
xdebug.mode = debug
xdebug.start_with_request = Yes
C:\Users\sl-win-15\AppData\Roaming\Code\User
Add the lines below into this
"php.debug.executablePath": "C:\\xampp\\php\\php.exe",
"php.validate.executablePath": "C:\\xampp\\php\\php.exe"
}
Install Php Debug
Restart the Apache Webserver
Open the Folder in which php file is there