Closed chenzhiy2001 closed 2 months ago
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 https://github.com/WebFreak001/code-debug/issues/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.
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 https://github.com/WebFreak001/code-debug/issues/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.