[lldb] [windows] operator bool() const
on struct not being resolved in breakpoint condition
#132179
Labels
operator bool() const
on struct not being resolved in breakpoint condition
#132179
Using lldb and clang on 01f0425 using windows.
Compiling with latest
clang++ main.cpp -g3 -o main.exe
.Running
./main.exe
gives the expected:But trying the condition in lldb gives:
If we remove the
const
, everything works as expected.The text was updated successfully, but these errors were encountered: