vscode-php-debug
vscode-php-debug copied to clipboard
PHP Debug Adapter for Visual Studio Code 🐞⛔
When connecting through to a proxy, occasionally VSCODE won't send the disconnect command when stopping the debugger, have created a work around by creating a task that always sends the...
It wasn't working to me until I learned this step in [this youtube video](https://youtu.be/RXBDt10COsI?t=642)... I think it's useful for dummies like me.
# Details PHP version: 7.3.31 Xdebug version: 2.9.8 VS Code extension version: 1.21.0 Your launch.json: Click me ```json { // Use IntelliSense to learn about possible attributes. // Hover to...
This should have commands that help user setup and start debugging. Example and more details in this issue microsoft/vscode-cpptools/issues/4837 _Originally posted by @isidorn in https://github.com/xdebug/vscode-php-debug/issues/638#issuecomment-910541057_
Consider adding the ability to launch a task after the debugger has started. As of right now I can start a task that runs a composer command, but by the...
PHP version: 7.2.24 Xdebug version: 2.6.0 VS Code extension version: 1.19 Since v1.16 started to get the following error when watching array variables on debugging: ...
PHP version: 8.0.0 Xdebug version: 3.0.4 VS Code extension version: 1.16.3 Your launch.json: [launch.json.txt](https://github.com/xdebug/vscode-php-debug/files/7155838/launch.json.txt) Xdebug php.ini config: [XDebug] zend_extension=C:\xampp_\php\ext\php_xdebug.dll xdebug.remote_autostart = 1 xdebug.remote_enable = 1 xdebug.default_enable = 1 xdebug.mode=debug Xdebug...
PHP version: any XDebug version: any Adapter version: 1.12.6 VS Code: 1.29.1/Win64 Your launch.json: ``` { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of...
PHP version: 7.2.24-0 ubuntu0.18.04.8 Xdebug version: v3.0.4 VS Code extension version: v1.17.0 Your launch.json: ```{ "version": "0.2.0", "configurations": [ { "name": "Listen for Xdebug", "type": "php", "request": "launch", "port": 9003,...
When hitting a breakpoint, the debugging console opens. It would be cool if it had autocompletions for variables etc