Re: DOSBox debugger
Posted on 2006-11-28, 13:45
Would be really nice if debugger has ability to set breakpoint on *read* access on some memory fragment. Something like BPMR [segment]:[offset] [length] E.g. BMPR 0010:0100 0A -> break program execution if reading from 0010:0100-0010:01009 occured.