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

klungra

FH Salzburg Creative Technologies

| (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

klungra

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

klungra 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 klungra: Start session.

Manually check for updates

Run command klungra: Install/Update 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