cancel
Showing results for 
Search instead for 
Did you mean: 

How to show memory window while debugging in STM32 VSCode extension?

mmalo.1
Associate
 
1 ACCEPTED SOLUTION

Accepted Solutions
robotdad
Associate III

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.

0693W00000aJbdRQAS.pngIf you are using an RTOS you can also select any of the memory addresses for the threads in that view.

0693W00000aJbdqQAC.png 

View solution in original post

3 REPLIES 3
robotdad
Associate III

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.

0693W00000aJbdRQAS.pngIf you are using an RTOS you can also select any of the memory addresses for the threads in that view.

0693W00000aJbdqQAC.png 

mmalo.1
Associate

Awesome, thanks!

@robotdad​ It would be nice if the Hex Editor was a dependency of Embedded Tools 😉