vscode 11
使用快捷键来 debug
一些快捷键
start:f5stop:shift + f5restart:shift + command + f5由于默认键位有些反人类,可以改为shift + command + 0, 命令是workbench.action.debug.restartadd breakpoint:f9可以改为shift + command + 9命令是workbench.action.debug.toggleBreakpointstep over: 可以改为command + '命令是workbench.action.debug.stepOverstep into: 可以改为shift + command + '命令是workbench.action.debug.stepIntostep out:f5
也推荐使用 VSpaceCode debug 的默认触发键是 d