An open API service indexing awesome lists of open source software.

https://github.com/gogoprog/atom-gdb

Atom plugin to set gdb breakpoints in .gdbinit file and run an external debugger as QtCreator or ddd
https://github.com/gogoprog/atom-gdb

atom breakpoints debug gdb gdbinit

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# atom-gdb package

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

![Preview](https://i.imgur.com/MtJBFmI.gif)

### 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