VS Code Flashcards
1
Q
How to open Command Palette?
A
press Ctrl+Shift+P
2
Q
if cmake has multiple executable, how to choose which one to run debug
A
Ctrl+Shift+P, cmake:Select Target to Debug,
cmake:Debug Target
3
Q
to display actual contain of std:string in debug
A
-exec -enable-pretty-printing
in the debug console will show the content of strings, but it’s disabled by default for performance reasons