Add screenshot of GDB inside Emacs (courtesy of @jeffhost)

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Johannes Schindelin 2016-04-01 15:16:12 +02:00
parent b4db60c2a6
commit 23f5ff7bd4
2 changed files with 4 additions and 1 deletions

@ -61,4 +61,7 @@ Breakpoint 1, 0x00000000004018da in main (argc=1, argv=0x6e0498) at test-dump-in
57 int main(int ac, char **av)
```
You can then debug like normal (for gdb), but with a split screen and the source in the other panel. there are some toolbar helpers and you can set breakpoints using the left gutter.
You can then debug like normal (for gdb), but with a split screen and the source in the other panel. there are some toolbar helpers and you can set breakpoints using the left gutter.
Screenshot:
![GDB in Emacs (screenshot)](https:emacs-png.png)

BIN
emacs-gdb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB