How to show memory window while debugging in STM32 VSCode extension?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-21 1:06 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-23 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-23 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-23 11:02 PM
Awesome, thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-24 2:02 AM
@robotdad​ It would be nice if the Hex Editor was a dependency of Embedded Tools ;)
