Skip to content

Allow editing the memory values #51

@hegdemurali

Description

@hegdemurali

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions