int i; for(i=0;i<100;i++) { ... }
gdb 中使用命令: set var i = 50 即可设置。VScode中,如何将变量i 设置为指定值。
即在vscode中,如何配置可实现gdb的 p, l, set等命令。