mame/docs/source/debugger
AJR d8d588262d Debugger changes
- Added exception points as a new class of "points" triggering on specific exception numbers, with a similar set of commands to breakpoints and registerpoints.
- Removed the per-instruction callback hook from device_debug. Only one driver was using this (rmnimbus.cpp), and what it was doing with it could be done more cleanly with exception points.
- Change the type of the action string parameter for "points"-creating methods and make some parameters optional for those.
- Change trace file logging to use a std::ostream instead of FILE * to take better advantage of strformat.
2022-08-28 13:31:50 -04:00
..
annotation.rst Various improvements to the user experience: 2021-10-13 10:59:38 +11:00
breakpoint.rst -debugger: Finished updating commands and documentation. 2021-10-19 05:35:30 +11:00
cheats.rst Tie up a few loose ends: 2021-10-20 02:03:43 +11:00
exceptionpoint.rst Debugger changes 2022-08-28 13:31:50 -04:00
execution.rst docs/source/debugger/execution.rst: Document gbf, gbt and gni commands 2022-05-28 18:01:17 -04:00
general.rst ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) 2022-06-11 21:47:19 +10:00
image.rst More user experience improvements: 2021-10-15 10:12:56 +11:00
index.rst Debugger changes 2022-08-28 13:31:50 -04:00
memory.rst docs: Fix a copy/paste error. 2021-10-21 08:51:40 +11:00
registerpoints.rst -debugger: Finished updating commands and documentation. 2021-10-19 05:35:30 +11:00
watchpoint.rst -debugger: Finished updating commands and documentation. 2021-10-19 05:35:30 +11:00