A debugging front-end for PlatformIO IDE
F5
Resume target execution (continue
)Shift-F5
Interrupt target execution (Ctrl-C
/interrupt
)F9
Toggle breakpoint on current line in editor (break
/delete
)F10
Single step, over function calls (next
)F11
Single step, into function calls (step
)Shift-F11
Resume until return of current function (finish
)A fork of gsmcmullin/atom-gdb-debugger.