crooked-ram-21910
05/08/2023, 7:19 AM{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9003,
"runtimeExecutable": "/absolute/path/php/bin",
"pathMappings": {
"/data": "${workspaceFolder}",
},
"log": true,
"xdebugSettings": {
"max_data": 65535,
"show_hidden": 1,
"max_children": 100,
"max_depth": 5
}
},
]
}
6. start docker in debug mode
docker/sdk start -x
7. set a breakpoint, and execute a refresh on your site / service
breakpoint for yves public/Yves/index.php
breakpoint for zed public/Zed/index.php
marketplace.visualstudio.com
PHP Debug - Visual Studio Marketplace
Extension for Visual Studio Code - Debug support for PHP with Xdebugwooden-king-30682
05/08/2023, 7:22 AMplain-city-95899
05/08/2023, 7:25 AMcrooked-ram-21910
05/08/2023, 7:29 AMplain-city-95899
05/08/2023, 7:32 AMdocker/sdk cli
?able-judge-69057
05/08/2023, 8:10 AM