platformio-ide-debugger
Archived: Source Code has been archived
A debugging front-end for PlatformIO IDE
This package provides the following services:
This package consumes the following services:
PlatformIO IDE Debugger
A debugging front-end for PlatformIO IDE
Features
- Provides access to GDB/CLI
- Show current position in editor
- Basic run control functions accessible from UI
- Display breakpoints in editor
- Inspect threads, call stacks and variables
- Set up a view of target variables
- Set watchpoints on target variables
- Assign new values to target variables
Default key bindings (with GDB/CLI equivalents)
F5Resume target execution (continue)Shift-F5Interrupt target execution (Ctrl-C/interrupt)F9Toggle breakpoint on current line in editor (break/delete)F10Single step, over function calls (next)F11Single step, into function calls (step)Shift-F11Resume until return of current function (finish)
A fork of gsmcmullin/atom-gdb-debugger.