atom-gdb package
Sets breakpoints in .gdbinit file and starts your favorite debugger.

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
Sets breakpoints in .gdbinit file and starts your favorite debugger.

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