/atom-gdb

Atom plugin to set gdb breakpoints in .gdbinit file and run an external debugger as QtCreator or ddd

Primary LanguageJavaScriptMIT LicenseMIT

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