Files
nunuhara_xsystem4/include/system4
Nunuhara Cabbage 1a0a0e0c12 debugger: breakpoints
This is implemented by inserting special opcodes into the game's code.
When the breakpoint handler is finished, it returns the original opcode
so that execute_instruction can continue executing normally.

E.g.

* start xsystem4 with --debug option to drop into debugger immediately
* run (bp "game_main")
* ^d or \exit to close debugger REPL
* ...drop into a debugger REPL again at the game_main function
2020-08-09 12:41:33 -07:00
..
2020-08-05 18:59:28 -07:00
2020-05-23 17:46:00 -07:00
2020-05-23 12:33:40 -07:00
2020-07-12 09:17:52 -07:00
2020-08-05 18:59:28 -07:00
2020-05-21 16:30:12 -07:00
2020-05-21 16:30:12 -07:00
2020-07-31 20:42:08 -07:00
2020-08-09 12:41:33 -07:00
2020-03-08 10:53:23 -07:00
2020-05-21 16:30:12 -07:00
2019-12-31 17:50:40 -08:00
2020-07-01 09:41:17 -07:00