Skip to content

QS0 debugger cmd

maybites edited this page Sep 12, 2022 · 1 revision

home/reference v0.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