beebem-windows icon indicating copy to clipboard operation
beebem-windows copied to clipboard

Add read/write breakpoints to debugger

Open ZornsLemma opened this issue 3 years ago • 1 comments

In b-em it's possible to set a breakpoint on read/write to a memory address (using breakr/breakw). Is this possible in BeebEm, and if not could it be added please? The closest I can see is watching a memory address, but that doesn't interrupt execution when a read or write occurs to that address.

ZornsLemma avatar Aug 27 '21 22:08 ZornsLemma

I have this locally and would suggest that you add the option to the write breakpoint to only break when the value changes.

richard-broadhurst avatar Aug 28 '21 12:08 richard-broadhurst