how to change the coding of the cppdbg? #9227
Unanswered
zyt19803293899
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is my code:
When I set externalConsole to true in launch.json, it is normol to display, like this:
But when I set externalConsole to false in launch.json, it is wrong to display, like this:
So I decide to change the coding of the integrated terminal, but when I enter chcp 936 and press F5, it still show 65001 on the integrated terminal after I enter chcp. The second pic has already displayed.
Beta Was this translation helpful? Give feedback.
All reactions