Debugger and Compiler in Emacs Flashcards
(8 cards)
1
Q
how to bring up meta command line in Emacs
A
esc x
or
alt x
2
Q
command to start debugger
A
esc x
gud-gdb
3
Q
command for setting break point at main
A
b main
4
Q
command to run debugger
A
run
5
Q
command for next line
A
n
6
Q
command for continue to breakpoint
A
c
7
Q
command for quit debugger
A
quit
8
Q
keyboard to bring up full screen the window in which the cursor is
A
ctrl x 1