diff options
| author | 2018-06-23 22:41:01 +0700 | |
|---|---|---|
| committer | 2018-06-23 17:41:01 +0200 | |
| commit | a714997f439ed763fff423b95ea3243ea1245f61 (patch) | |
| tree | f81aecbce27862fe983b26672f4fbb2495963c9b /src/emu/debug/debughlp.cpp | |
| parent | e7c798da50b6e4ccdbcb97f0c3e2b46321186706 (diff) | |
debugger: add command for go_exception (#3682)
Diffstat (limited to 'src/emu/debug/debughlp.cpp')
| -rw-r--r-- | src/emu/debug/debughlp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/debug/debughlp.cpp b/src/emu/debug/debughlp.cpp index 058af8904c2..5a272c85a1b 100644 --- a/src/emu/debug/debughlp.cpp +++ b/src/emu/debug/debughlp.cpp @@ -136,6 +136,7 @@ static const help_item static_help_list[] = " o[ver] [<count>=1] -- single steps over <count> instructions (F10)\n" " out -- single steps until the current subroutine/exception handler is exited (Shift-F11)\n" " g[o] [<address>] -- resumes execution, sets temp breakpoint at <address> (F5)\n" + " ge[x] [<exception>] -- resumes execution, setting temp breakpoint if <exception> is raised\n" " gi[nt] [<irqline>] -- resumes execution, setting temp breakpoint if <irqline> is taken (F7)\n" " gt[ime] <milliseconds> -- resumes execution until the given delay has elapsed\n" " gv[blank] -- resumes execution, setting temp breakpoint on the next VBLANK (F8)\n" |
