Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

QS1 debugger cmd

maybites edited this page Nov 14, 2021 · 1 revision

home/reference v1.x/<debugger>

Simple Example

<debugger scope="que">

Attributes

  • scope = (script|que|local) specifies which variable scope it should print out to the console.
  • name = gives the debug message an identifier.

Child Commands

  • None

Explained

<debugger> allows in runtime to see all the used Variables, sorted by scope. It only works if the Max message debug 1 is sent to the QueScript object.

Clone this wiki locally