Next: Debugger Command Reference, Previous: Features, Up: Top [Contents][Index]
This chapter discusses how to start the GNU Make debugger, and how to get out of it.
There are a couple ways you could get into the debugger
-X
or --debugger
.
--debugger=error
,
debugger=fatal
, or --post-mortem
debugger
Once inside the debugger, and type quit or C-d inside the debugger to exit.
You don’t have to use the command-line interface. At present there is
a front-end available via GNU Emacs which can be entered via the Emacs
command M-x remake
after loading dbgr
. See
Using the GNU Make debugger from GNU Emacs.
• Starting the GNU Make debugger | How to enter the the GNU Make debugger | |
• Quitting the GNU Make debugger | How to leave the the GNU Make debugger |