Skip to content

GodotExplorer/godot-javascript-debug

 
 

Repository files navigation

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 !

About

QuickJS Debug Adapter for VS Code

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 100.0%