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 registerLimit config option to specify the registers to list in Registers view (continuation of PR #444) #446

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

chenzhiy2001
Copy link
Contributor

@chenzhiy2001 chenzhiy2001 commented Sep 19, 2024

This is the continuation of PR #444. I created the pull request again because I squashed commits and force pushed in a bad way and caused the PR #444 closed itself.

The original pull request message is following:

In cases like #421, fetching unfetchable registers can corrupt the whole Registers view.

So I added registerLimit config option to let users specify what registers they want the debugger to automatically fetch, thus avoiding the issue.

@chenzhiy2001 chenzhiy2001 changed the title Add registerLimit config option to specify the registers to list in Registers view (again) Add registerLimit config option to specify the registers to list in Registers view (continuation of PR #444) Sep 19, 2024
@GitMensch GitMensch linked an issue Sep 19, 2024 that may be closed by this pull request
4 tasks
@GitMensch GitMensch merged commit eb9f5e4 into WebFreak001:master Sep 19, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

Ignore unfetchable registers
2 participants