stardot / beebem-windows

BBC micro emulator for Windows
http://www.mkw.me.uk/beebem/
Other
90 stars 36 forks source link

Add read/write breakpoints to debugger #98

Open ZornsLemma opened 3 years ago

ZornsLemma commented 3 years ago

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.

richard-broadhurst commented 3 years ago

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