I want to open memory window to check the flash area data which has been written when I was debugging with Visual Studio Code but I can NOT find and open the memory window.
how can I open this memory window in debugging?
I want to open memory window to check the flash area data which has been written when I was debugging with Visual Studio Code but I can NOT find and open the memory window.
how can I open this memory window in debugging?
Hi,
The memory read out of the plugin is simplistic, and not a interactive window, like the one found in other IDEs (Like SES, IAR, etc)
If you enter "view memory" it should show the cortex-debug command (CTRL+shift+p for the command palette shortcut):
From here it will ask you for the address you want to read, and the amount of bytes, and it should provide the readout in a separate window.
Kind regards,
Håkon
Hi,
The memory read out of the plugin is simplistic, and not a interactive window, like the one found in other IDEs (Like SES, IAR, etc)
If you enter "view memory" it should show the cortex-debug command (CTRL+shift+p for the command palette shortcut):
From here it will ask you for the address you want to read, and the amount of bytes, and it should provide the readout in a separate window.
Kind regards,
Håkon