358x
003482
2024-01-16

Console

You can use the console for entering and executing commands as well as for control outputs. The console is opened via the View menu.

Execute commands in the console

You can enter and execute commands directly in the console. Auto-completion helps you quickly insert functions and object properties while minimizing input and syntax errors.

You can find a command reference using the Insert Object Property button. You can insert the object property into the console by double-clicking or clicking on OK .

The entered command is executed with the Enter key. Any existing errors are displayed directly in the console.

Tip

With clr you can empty the console.

Debugging - control output to the console

The contents of variables and arrays as well as text can be displayed in the console for control purposes using the method console.log () .

Parent section