vscode gdb调试技巧

一、how to show std::string as string during debugging in vscode?
    -exec -enable-pretty-printing
    
二、vscode debugging watch 窗口如何以十六进制显示变量值?
    watch窗口中输入:"变量名,h"
 

你可能感兴趣的:(vscode,gdb,调试技巧)