Skip to content

clear removed breakpoints.#578

Merged
ko1 merged 1 commit intomasterfrom
DAP_clear_breakpoints
Mar 24, 2022
Merged

clear removed breakpoints.#578
ko1 merged 1 commit intomasterfrom
DAP_clear_breakpoints

Conversation

@ko1
Copy link
Collaborator

@ko1 ko1 commented Mar 24, 2022

setBreakpoints requests specify a set of "enabled lines" in
a specified path. In otherwords, if existing breakpoins in specified
path are not in a set, they should be removed.

fix #519
fix ruby/vscode-rdbg#17

`setBreakpoints` requests specify a set of "enabled lines" in
a specified path. In otherwords, if existing breakpoins in specified
path are not in a set, they should be removed.

fix #519
fix ruby/vscode-rdbg#17
@ko1 ko1 merged commit 019fe85 into master Mar 24, 2022
@ko1 ko1 deleted the DAP_clear_breakpoints branch March 24, 2022 08:44
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

Successfully merging this pull request may close these issues.

Breakpoints are still left even though they are removed in VSCode Cannot remove breakpoint while debugging

1 participant