Debugger

The debugger is an essential tool for finding out what is happening in your game.

To start the game with the debugger, perform the following steps:

  1. Open your game project in the editor

  2. In the editor top panel, click the Debugger button

  3. Check Enable Debugger and click Apply

  4. The game will reload with debugging enabled

Debugger settings in editor top panel

The indicator shows whether the debugger is active (green = enabled, gray = disabled).

Step 2: Attach Debugger

Once the game reloads with debugger enabled, attach the debugger:

  1. In VS Code, select Attach das debugger from the Run and Debug menu.

Attach das debugger option
  1. The debugger will connect to the game and you can now set breakpoints and inspect variables.