-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
debuggerhelp wantedCan be fixed in the public (open source) repo.Can be fixed in the public (open source) repo.
Description
From @KuddLim on July 26, 2017 8:27
- VSCode #Version: 1.14.2
- OS Version: LMDE 2 Betsy x86_64
Steps to Reproduce:
- Make a simple c++ project
- declare std::string (or std::wstring) and put some CJK string to it.
- Launch gdb session
- Watch variable
Reproduces without extensions: Yes
in vscode, variables are represented in numerics
in gdb, variable are represented correctly,
Here's the content of ~/.gdbinit
set target-wide-charset UCS-4
Copied from original issue: microsoft/vscode#31442
Tyrben, ktrushnikov, alex-kravets, Challanger524 and heartackeralex-kravets
Metadata
Metadata
Assignees
Labels
debuggerhelp wantedCan be fixed in the public (open source) repo.Can be fixed in the public (open source) repo.