LLDB Conditionnal expression in VS Code

Hello, I would like to assert that a String in the variable tag.name is equals to "a".

I installed CodeLLDB but I don't understand how to setup conditional expression.

Please advise.

Thank you

I tries this with success /se tag.name == "a"

See CodeLLD documentations

Here is my screenshot
codelld_vs_tag_conditionnal_debug

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.