microsoft / vscode-hexeditor

VS Code Hex Editor
https://marketplace.visualstudio.com/items?itemName=ms-vscode.hexeditor
MIT License
525 stars 85 forks source link

fix: use a smaller page size for debug memory #390

Closed connor4312 closed 1 year ago

connor4312 commented 1 year ago

Effectively resolves https://github.com/microsoft/debug-adapter-protocol/issues/322

It seems the default of 128KB is too much for many embedded DA's to be able to serve in a satisfactory way.

Also, it seems that paging debug data wasn't working before. Whoops. Fixed that as well.