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

Conditional breakpoints sometimes stop working #12167

Closed
DoomUnicorn opened this issue Sep 16, 2016 · 1 comment
Closed

Conditional breakpoints sometimes stop working #12167

DoomUnicorn opened this issue Sep 16, 2016 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues

Comments

@DoomUnicorn
Copy link

  • VSCode Version: 1.5.2
  • OS Version: Windows 8.1 Enterprise

Steps to Reproduce:

  1. Set a conditional breakpoint in a Nodejs project
  2. Use it for a while
  3. Get frustrated because the breakpoint stopped working, spend a lot of time thinking it's your code.
  4. Restart application, hope it fixes the breakpoint -- it doesn't
  5. Go back to using archaic breakpoint without conditions, inspect variable, see condition is met, wonder why isn't this working.
  6. Restart Visual Studio Code, jump for joy as the conditional breakpoint works again!
  7. Write ticket on this website and hope super cool Microsoft developer notices my plebeian ticket.
  8. Microsoft developer fixes issue!
  9. Profit.
    Further detail:
    I am using conditional breakpoints to stop execution of my software once a condition has been reached such as the following:

txBuff[17] == 24

The breakpoint works for a little while, and then stops working. Restarting Visual Studio Code appears to fix the problem temporarily.

@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Sep 19, 2016
@weinand weinand added the bug Issue identified by VS Code Team member as probable bug label Oct 10, 2016
@weinand
Copy link
Contributor

weinand commented Sep 17, 2018

Seems to work fine in recent versions.

@weinand weinand closed this as completed Sep 17, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

No branches or pull requests

2 participants