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

Godot JavaScript Debugger

Geequlim

|
21,421 installs
| (1) | Free
Debug the Godot Game runtime.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Godot JavaScript Debug for VS Code

This is a VSCode debug adapter for Godot JavaScript binding. You can install it form the Visual Studio Code market place directly.

Godot Debugger supports debugging from launch a project to or attach to a running game process.

Features:

  • Pause
  • Continue
  • Step over
  • Step into
  • Step out
  • Evaluation in debugger console and watch panel
  • Inspect global namespace
  • Closer variable access
  • SourceMap of TypeScript

Using Godot Debug

  • Specify the godot executeble path in .vscode/launch.json.
  • Switch to the debug viewlet and press the gear dropdown.
  • Select the debug environment "Launch Godot".
  • Press the green 'play' button to start debugging.

You can now step through your javascript files, set and hit breakpoints.

Godot Debugger

Thanks for contributors

This plugin is forked from koush's QuickJS debugger. Thanks for your great work for the QuickJS debugger protocal !

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft