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

Torquescript Debugger

RandomityGuy

|
54 installs
| (0) | Free
Torquescript Debugger
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Torquescript Debugger

A Torquescript debugger for the Torque Game Engine.
Works by interfacing with the Telnet debugger exposed by the engine.

Features:

  • Breakpoints including conditional ones, step in, step out, step over, continue
  • Local and Global variables, as well as editing them
  • Call stack
  • Watch expressions
  • Console output
  • Console REPL
  • Variable Hover evaluation

Usage:

  • Run the game with dbgSetParameters called with the desired port and password
  • Launch configuration:
{
    "type": "torque-debug",
    "request": "attach",
    "name": "Attach to Torque",
    "address": <address>,
    "port": <port number>,
    "password": <password>,
    "rootDir": <the root directory of the project, may be left blank>
}

If the source files of the game are in a subdirectory of the VSCode workspace, the rootDir parameter should be set to the relative path of the subdirectory.
Eg. if the source files are in a folder named "game", the rootDir should be set to "game".

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