-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDE key for Visual Studio Code (with PHP Debug installed) #89
Comments
Came here looking for information about VScode support as well. |
I believe it's VSCODE |
I too hit this issue, and xdebug.idekey was the final piece to get this working, here's the full config I've used, but please note I'm debugging a remote Xdebug instance.
|
Thanks all! Really appreciated. |
On version 3.0.1, xdebug.remote_port should be set to 9003 by default.
|
I'd like to give an update on my recent experience setting up XDebug v3.1.6 with PHP 7.4.33. I'm using the XDebug's own VSCode extension (i.e. PHP Debug by XDebug), and the default IDE key is VSC. |
Does anybody know what the custom IDE key for Visual Studio Code (vscode) would be with PHP Debug installed? If we can establish if one exists and what it would be, perhaps this could be added as a standard option in the drop-down menu in the Xdebug helper settings.
The text was updated successfully, but these errors were encountered: