atom-gdb
Sets breakpoints in .gdbinit file and starts your favorite gdb debugger frontend
gogoprog 4,796 7 0.6.0 MIT GitHub

atom-gdb package

Sets breakpoints in .gdbinit file and starts your favorite debugger.

Preview

Requirement

The ~/.gdbinit file must have add-auto-load-safe-path / to allow .gdbinit files in any directory.

echo "add-auto-load-safe-path /" >> ~/.gdbinit