Skip to content
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 VSCODE? #104

Open
deraeler opened this issue Feb 21, 2020 · 3 comments
Open

iDE_Key for VSCODE? #104

deraeler opened this issue Feb 21, 2020 · 3 comments

Comments

@deraeler
Copy link

What should the IDE_KEy value be - I presume I should select "other" and provide some value - what is it?
Since VSCODE isn't supported natively I guess - its not a listed option.

I"m one of the bqazillions of people on the web who can't get breakpoints to work in VSCODE with XDEBUG, in my case on UBUNTU 16.04.

It's truly mind boggling how little support there is out there for these tools.
I've spent weeks trying to get this working, and have nothing to show for it.
VSCODE acts like i'ts debugging, the comunication shows up in the console, but breakpoints dont work and the Step buttons are disabled - only the Reset, Stop and Pause buttons are active.

Your extension toggles green, but as mentioned the code never stops in the debugger - it just runs to completion and ignores all breakpoints.

@deraeler
Copy link
Author

deraeler commented Mar 3, 2020

Hello? Is this thing on???

@derickr
Copy link

derickr commented May 7, 2020

It doesn't really matter what you set as IDEKEY. Xdebug only cares about it when you have to use a dbgp Proxy, and almost nobody does.

@luisbatista
Copy link

Hello,

I have same problem to use Xdebug v3.0.0 + PHP 7.3 + VisualStudio Code.
After hours and a couple of tests I put this to work.

On php.ini I added:

xdebug.idekey=VSCODE

Back to the Xdebug Helper settings (IDE key: choose 'Other') and added the Key I put in the php.ini.
After reboot server, the debug works!

Best regards,
LB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants