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
- Host: GitHub
- URL: https://github.com/gogoprog/atom-gdb
- Owner: gogoprog
- License: mit
- Created: 2015-07-24T12:14:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T12:29:03.000Z (over 9 years ago)
- Last Synced: 2025-06-15T18:51:36.940Z (about 1 year ago)
- Topics: atom, breakpoints, debug, gdb, gdbinit
- Language: JavaScript
- Homepage:
- Size: 218 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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