This package provides the following services:
gdb-debug
An atom debugging interface for gdb.
Install
Either apm install gdb-debug or search for gdb-debug in the settings.
Key bindings
f5runs the current package (dlv debug)ctrl-f5runs the current package tests (dlv test)f6stops gdb (exit / quit / q)f8continue the execution (c / continue)f9toggle breakpointf10step over to next source line (n / next)f11step into functions (s / step)cmd-k cmd-g(mac) /ctrl-k ctrl-g(others) toggles the main panel