Mahad1111
Mahad1111

Reputation: 1

How can I display icu_xx::UnicodeString types in Visual Studio Code debugger variables menu

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

Answers (0)

Related Questions