Emacs gdb/gud hotkeys
Please note if you're using Emacs 24 on OS X 10.7.3, you need M-x gud-gdb
instead M-x gdb
to start debug session.
It's because M-x gdb
assume gdb 7.x installed while there is actually only gdb 6.3 installed.
- C-x C-a C-d gud-remove
- C-x C-a C-b gud-break
- C-x C-a C-g gud-run (customized by me)
- C-x C-a C-p gud-print
- C-x C-a C-r gud-continue