Reputation: 1
I recently switched from working on Windows + VS to Linux + VS Code. Currently my VS Code is using LLDB debugger from the CodeLLDB extension for debugging c++.
However, i can't see values of icu_xx::UnicodeString variables while debugging. On VS it resolves them somehow and displays them to me. I've attached both screenshots, i would really appreciate it if anyone has any idea on how to get this to work. Thanks in advance!
Visual Studio Panel Visual Studio Code Panel
So far I haven't been able to find any sources online that can help me resolve this.
Upvotes: 0
Views: 50