vscode-php-debug icon indicating copy to clipboard operation
vscode-php-debug copied to clipboard

PHP Debug Adapter for Visual Studio Code 🐞⛔

Results 150 vscode-php-debug issues
Sort by recently updated
recently updated
newest added

PHP version: 7.4.3 XDebug version: 2.8.1 Adapter version: ? Your launch.json: ``` { "version": "0.2.0", "configurations": [ { "name": "Listen for XDebug", "type": "php", "request": "launch", "port": 9000 } ]...

Add support for terminate threads. Useful when more than one scripts are being debugged and we want to terminate only one instead of all. Before this PR can be applied...

feature

Closes #60 - `externalConsole` is now deprecated - you can now run your program in the integrated terminal

feature

`namedVariables` is correctly returned as being larger than the actual number of returned variables, but VS Code refuses to do any follow-up requests for paging or show any UI. I...

needs test
perf

Information on getting Visual Code + PHP Debug extension working with PHP running in Docker. It may be worth including in your docs. Thanks for the great extension!

docs

Adds launch option which allows setting the command to run and the URL to open (to open a browser) with the xdebug query param to start the debugging session

Hi, I am on Windows 10 (64 bit) with Wamp server. I am able to debug core php code without any issues but am unable to debug my Phalcon framework...

In the "Variables" pane where all the variables are listed in local scope (and a bunch of other scopes), when i have an array there and right click `Copy Value`...

Hi, first of all, great work on the extension! I have been debugging a few projects lately which work on a database. As such, I usually have phpmyadmin open in...