-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I like this extension, as this allows me to examine the memory contents during debugging my application. Currently i am only able to read the memory contents when debugger is stopped but cannot edit/write to it.
Describe the solution you'd like
It would be really nice, if we will also be able to edit/write to the memory and read back if the values are written actually to the target hardware. This would be quite useful where we often use peripheral address spaces (E.g.. Timer, GPIO etc.). I can easily examine the behavior of the module by configuring the peripheral.
Another use case would be to instrument variables in initialized RAM area and see how this will affect the behavior of the application.
Describe alternatives you've considered
I can use GDB memory write command of course, but with memory view the we can have more rich experience.