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

When debugging, clicking in the Decoded Text area results in a 128K memory request being made #559

Open
gaelwilson opened this issue Nov 29, 2024 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@gaelwilson
Copy link

In #390 a change was made to use a smaller page size for debug memory ie 4K.
When the Decoded Text area is selected when debugging 128K blocks are requested which can cause performance problems for the debugger being used (in my case Rocket COBOL). Can that also be changed to read 4K blocks when debugging?

@connor4312 connor4312 added the bug Issue identified by VS Code Team member as probable bug label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants