Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>ZUNE Luau DebuggerNew to Visual Studio Code? Get it now.
ZUNE Luau Debugger

ZUNE Luau Debugger

Sythivo

|
1 install
| (0) | Free
Luau debugger powered by zune
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ZUNE Debugger VSCode

A debugger for Luau, powered by zune (0.5+).

Features

  • Basic debugging capabilities(breakpoints, step over, step into, step out).
  • Variable inspection (locals, upvalues, globals, parameters w/ varargs).
  • Handled and unhandled exception breakpoints.
  • Call stack inspection.

debug sample

Configuration Options

  • program: string (required)
    • luau/lua script to run (i.e. ${workspaceFolder}/main.luau)
  • stopOnEntry: boolean (default: false)
    • Enter breakpoint before running the script.
  • cwd: string (default: ${workspaceFolder})
    • Working directory of the script.
  • args: array (default: [])
    • Arguments to pass to the script.
  • debuggerPath: string (default: zune)
    • Path to the debugger executable. If not specified, it will use the zune executable in your PATH.
  • debuggerArgs: array (default: [])
    • Arguments to pass to the debugger.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft