-
Notifications
You must be signed in to change notification settings - Fork 79
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
support conditional breakpoints #6
Comments
fyi @isidorn |
weinand
added a commit
to microsoft/vscode
that referenced
this issue
Dec 27, 2015
weinand
added a commit
to microsoft/vscode-node-debug
that referenced
this issue
Dec 27, 2015
weinand
added a commit
that referenced
this issue
Dec 28, 2015
@weinand looks good but why call it |
@isidorn good question. Probably because the corresponding argument to the "evaluate" request is called "expression" too. But you are right, we should change this to condition. |
@isidorn I've pushed the name change |
Thanks will adopt it right now |
59 tasks
97 tasks
keradoracomb
pushed a commit
to keradoracomb/datasheet
that referenced
this issue
Sep 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
extend the debug protocol to support conditional breakpoints (and other additional breakpoint attributes).
The text was updated successfully, but these errors were encountered: