Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 874 Bytes

TODO.md

File metadata and controls

17 lines (13 loc) · 874 Bytes

Debug Protocol Related

Low, medium, high are importance/usefulness. But they sometimes represent bang-for-the-buck as well where the effort could be high vs. relative usefulness. Some of there are here because there is new functionality in VSCode APIs

  • Low: Set Value in Watch Window
  • Medium: Support full disassembly
  • Low: New memory window using MS Hex Editor
  • Low: Add registers to Variables Window
    • Chance to deprecate Registers window
    • Ability to setValue
    • View Registers for each frame in the Stack Window. Currently only shows for one windo whereas they should be tracking the current frame in the stack window
    • Con: Will lose the ability to highlight changed values

Other

  • High: WSL: First class support. This includes Docker, WSL and perhaps 'ssh'. VSCode and WSL seem to be maturing. Still not there but...there may be enough