Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lloiser/gdb-debug


https://github.com/lloiser/gdb-debug

Last synced: 1 day ago
JSON representation

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