StackScopeVS Code extension for inspecting debugger-backed memory during a stopped debug session.
What it doesStackScope reads memory through active debug adapter and presents it in virtualized hex and decoded view. Memory and registers have separate VS Code views. It also supports address expressions, register sets, memory presets, byte-change tracking, call-stack navigation, and disassembly navigation. Requirements
Some workflows, including call stack and disassembly, also depend on adapter support for corresponding DAP requests. Quick start
Commands
Development
Use Run Extension from .vscode/launch.json for an Extension Development Host. Documentation
LimitationsMemory and register reads require stopped session. StackScope can only use DAP capabilities exposed by active debug adapter. License |