Skip to content

Removing breakpoint from VSCode doesn't work #17

@thomthom

Description

@thomthom

When I set a breakpoint in VSCode, then try to remove it during a debug session it continues to break.

In this current scenario where I observe that I set a breakpoint within a loop. After hitting the breakpoint I then remove it and continue execution. But the code continues to break at the line where the breakpoint used to be. VSCode no longer lists any breakpoints.

Seems to be a synchronization issue.

vs-code-debug-issue-17.zip

vscodedebugissue

  1. Set a breakpoint inside a loop
  2. Run the code that trigger the breakpoint
  3. Remove the breakpoint from VSCode
  4. Continue execution (F5)

Expected behaviour is that the loop continues without hitting the removed breakpoint.
Observed behaviour is that the breakpoint continues to break.

Compare this to RubyMine which works as expected:

rubyminedebug

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions