Skip to content

Register Memory View

Compare
Choose a tag to compare
@maziac maziac released this 19 Feb 22:19

The Register Memory View does not start automatically anymore on each debug session start (see feature request #47).

If you want to launch the register memory view every time you start a debug session then add it to the "commandsAfterLaunch" in the launch.json. E.g.

"commandsAfterLaunch": [
    "-rmv"
]

Or you manually launch it from the debug console when needed with:

-rmv