Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lloiser/gdb-debug
https://github.com/lloiser/gdb-debug
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/lloiser/gdb-debug
- Owner: lloiser
- Created: 2016-06-28T20:53:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-24T17:28:14.000Z (over 8 years ago)
- Last Synced: 2023-08-07T23:34:08.540Z (over 1 year ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [gdb-debug](https://atom.io/packages/gdb-debug)
An atom debugging interface for gdb.
## Install
Either `apm install gdb-debug` or search for `gdb-debug` in the settings.
## Key bindings
* `f5` runs the current package (`dlv debug`)
* `ctrl-f5` runs the current package tests (`dlv test`)
* `f6` stops gdb (`exit / quit / q`)
* `f8` continue the execution (`c / continue`)
* `f9` toggle breakpoint
* `f10` step over to next source line (`n / next`)
* `f11` step into functions (`s / step`)
* `cmd-k cmd-g` (mac) / `ctrl-k ctrl-g` (others) toggles the main panel