VS Code Flashcards

1
Q

How to open Command Palette?

A

press Ctrl+Shift+P

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly