Runs a local HTTP MCP server at http://127.0.0.1:3098/mcp inside the VS Code Extension Host. Bridges MCP tool calls to the VS Code Debug Adapter Protocol (DAP) for ...
{ "name": "Listen for Xdebug", "type": "php", "request": "launch", "port": 9003, "stopOnEntry": true, "pathMappings": { "/var/www/html" : "${workspaceRoot ...
I found out there are many outdated setup articles which may not work for the Xdebug 3.1.X version. Therefore I jot down the setup of PHP with Xdebug and docker. make sure the attribute pathMappings ...