You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodeLLDB Users
I'm trying to break on a condition. It does not break. If I add a Log command, the debugger executes the log request when the condition is met. It won't break when the condition is met.
How do I see the conditions ? br list doest seem to show them.
Vadim
unread,
Mar 2, 2021, 2:59:29 PM3/2/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodeLLDB Users
Please see the manual section about expressions. Looks like you are debugging a C++ binary, in which case you may want to try "native" expressions.
I would recommend first stooping on that line unconditionally and evaluating your condition in the debug console to check whether it produces the value you expect.