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