-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
Debugger hits removed breakpoints on Windows #44
Comments
@JoelOnGithub I know it is hard to copy from the debug console, but I need to inspect the setBreakpointRequests... could you please copy it? You have to do it one page at a time |
Haha oh man! Updated :) |
Try this one please |
I see no difference in behavior |
Could you get the logs again with that version? |
Please see if 1.9.2 fixes your problem |
Yes it has been fixed! Thank you very much. You can close the ticket. Just out of curiosity, can you tell me what was going wrong? |
Well, to update the breakpoints, I get them all, then remove them all for the file in question, and then re-set them. First of all, when parsing the XDebug response, I forgot to set the |
Thanks for the explanation! |
Hi, This is happening for me now in VSCode 1.37.1 |
This is from my debug console, from what I gather, there are no more breakpoints, yet it breaks again if I
|
Issue: When I hit the first breakpoint on line 4, then remove the breakpoint on line 4 and click continue, I will still keep hitting what used to be the breakpoint on line 4.
When I do exactly the same thing with XDebug in Atom, this doesn't happen.
PHP version: 5.6.16
XDebug version: php_xdebug-2.4.0-5.6-vc11-x86_64.dll
Adapter version:
Your launch.json: link
XDebug php.ini config: link
XDebug logfile (from setting
xdebug.remote_log
in php.ini): linkAdapter logfile (from setting
"log": true
in launch.json): Sorry for the weird indentsCode snippet to reproduce:
The text was updated successfully, but these errors were encountered: