Posted October 28, 2020
Could someone recommend me a DOS emulator with a good debugger?
Requirements:
* Must be able to run games from the late 1980s
* Must run (and be compilable) under linux and be open source
* Must have a debugger
* Debugger must have a disassembler and a memory inspector
* Debugger must allow setting breakpoints that will pause execution when a memory location is read
* (Note that DOSBox fails this last requirement; heavy debug builds support breakpoint on write, but not on read, as far as I can tell.)
So, any recommendations?
Requirements:
* Must be able to run games from the late 1980s
* Must run (and be compilable) under linux and be open source
* Must have a debugger
* Debugger must have a disassembler and a memory inspector
* Debugger must allow setting breakpoints that will pause execution when a memory location is read
* (Note that DOSBox fails this last requirement; heavy debug builds support breakpoint on write, but not on read, as far as I can tell.)
So, any recommendations?