使用快捷键来 debug
start
:f5
stop
:shift + f5
restart
:shift + command + f5
由于默认键位有些反人类,可以改为shift + command + 0
, 命令是workbench.action.debug.restart
add breakpoint
:f9
可以改为shift + command + 9
命令是workbench.action.debug.toggleBreakpoint
step over
: 可以改为command + '
命令是workbench.action.debug.stepOver
step into
: 可以改为shift + command + '
命令是workbench.action.debug.stepInto
step out
:f5
也推荐使用 VSpaceCode
debug 的默认触发键是 d