2023-03-21 01:06 AM
2023-03-23 04:07 PM
The memory view in VS Code comes from the Hex Editor extension.
Hex Editor - Visual Studio Marketplace
In the variables view there is a binary icon. Select that and it will open the hex viewer at that address.
If you are using an RTOS you can also select any of the memory addresses for the threads in that view.
2023-03-23 04:07 PM
The memory view in VS Code comes from the Hex Editor extension.
Hex Editor - Visual Studio Marketplace
In the variables view there is a binary icon. Select that and it will open the hex viewer at that address.
If you are using an RTOS you can also select any of the memory addresses for the threads in that view.
2023-03-23 11:02 PM
Awesome, thanks!
2023-03-24 02:02 AM
@robotdad It would be nice if the Hex Editor was a dependency of Embedded Tools ;)