You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This iteration, we (at long last!) added support for reading and writing binary data into VS Code and the Javascript Debugger (microsoft/vscode-js-debug#1167). To test:
Start without the hex editor installed in VS Code
Have a Node.js program that has binary data, for example:
Run the program. In the Variables view, types that support binary data should have an inline binary icon on hover.
Click on the icon. You should be prompted to install the hex editor. Do so, and after you do a view showing the binary data should be automatically opened to the side.
Editing should work and be reflected in the program (e.g. in the REPL)
The hex editor should automatically close when the debug session ends.
Known issues:
Editing a binary type in the hex editor won't automatically refresh the variables view. There's some debt to clear before this can be easily fixed -- next iteration.
Refs: #126268
Complexity: 4
Create Issue
This iteration, we (at long last!) added support for reading and writing binary data into VS Code and the Javascript Debugger (microsoft/vscode-js-debug#1167). To test:
Start without the hex editor installed in VS Code
Have a Node.js program that has binary data, for example:
Run the program. In the Variables view, types that support binary data should have an inline binary icon on hover.
Click on the icon. You should be prompted to install the hex editor. Do so, and after you do a view showing the binary data should be automatically opened to the side.
Editing should work and be reflected in the program (e.g. in the REPL)
The hex editor should automatically close when the debug session ends.
Known issues:
variables
view. There's some debt to clear before this can be easily fixed -- next iteration.memoryReference
reuse be explicitly suggested? debug-adapter-protocol#238The text was updated successfully, but these errors were encountered: