vadimcn / codelldb

A native debugger extension for VSCode based on LLDB
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
MIT License
2.42k stars 237 forks source link

Fail to parse simple breakpoint condition #1036

Closed JianxiaoLuIntel closed 7 months ago

JianxiaoLuIntel commented 7 months ago

OS: Ubuntu20.04 VSCode version: 1.82.0 CodeLLDB version: 1.10.0 Compiler: clang++ Debuggee: lldb 17.0.6

I add a simple conditional breakpoint but it fail to parse the condition, and the breakpoint will always be hit: image

image

vadimcn commented 7 months ago

Function invocation is not supported in simple expressions.