windows
🚀
xdebug
🚀
Xdebug WSL and Visual Code
Good article here
First steps to start debugging with Xdebug | Kirby CMS (getkirby.com)
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9003
}
]
}