gdb-debug
gdb debugger interface for atom
lloiser 4,689 1 0.0.3 MIT GitHub

gdb-debug

An atom debugging interface for gdb.

Install

Either apm install gdb-debug or search for gdb-debug in the settings.

Key bindings

  • f5 runs the current package (dlv debug)
  • ctrl-f5 runs the current package tests (dlv test)
  • f6 stops gdb (exit / quit / q)
  • f8 continue the execution (c / continue)
  • f9 toggle breakpoint
  • f10 step over to next source line (n / next)
  • f11 step into functions (s / step)
  • cmd-k cmd-g (mac) / ctrl-k ctrl-g (others) toggles the main panel