Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>dapvizNew to Visual Studio Code? Get it now.
dapviz

dapviz

FH Salzburg Creative Technologies

|
13 installs
| (0) | Free
Visualizes running programs
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

dapviz

Screenshot of dapviz debugging a program, visualizing a graph of objects in memory

dapviz is a debugger that visualizes a running program’s memory as a graph, showing how stack variables and heap objects are laid out and connected.

It is designed as a learning tool to help beginner programmers understand the concepts of reference and value types.

Usage

  1. Compile the program:
    • For C#: dotnet build
  2. Run command dapviz: Start session.

Manually check for updates

Run command dapviz: Install/Update dapviz backend.

Requirements

  • Windows 10 or newer on x86_64
  • Apple Silicon Macs (M1 or newer)
  • Linux x86_64

C# Debugging

  • .NET 10
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft