Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add read/write breakpoints to debugger #98

Open
ZornsLemma opened this issue Aug 27, 2021 · 1 comment
Open

Add read/write breakpoints to debugger #98

ZornsLemma opened this issue Aug 27, 2021 · 1 comment

Comments

@ZornsLemma
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants