Replies: 2 comments 1 reply
-
I would guess it's because evaluation of the condition raises an exception. |
Beta Was this translation helpful? Give feedback.
1 reply
-
If evaluation of the condition expression fails due to some error (syntax errors, any Python interpreter errors, etc) this will be treated as "do stop". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure I'm asking at the correct repo, hence I'm just asking a question rather than opening an issue.
I use Vimspector in Vim,
CodeLLDB
as theadapter
.Given this code
if I set a conditional breakpoint on the line with the comment with
{"condition": "us == u\"ciao\""}
and run, the program will break on that breakpoint, unexpectedly, though.Beta Was this translation helpful? Give feedback.
All reactions