1580x
003484
2023-05-17

Console

The Console is useful for entering and executing commands or checking output. You can open the console by clicking the corresponding entry in the "View" menu or the Console button in the toolbar.

Executing Commands in Console

You can enter and execute commands directly in the console. Auto-complete helps you to quickly insert functions and object properties. It also helps to avoid input and syntax errors.

You can see the required command references in a dialog box using the Info button.

Click OK or double-click to transfer the object property to the console where you can add the parameters accordingly.

Use the Enter key to execute the command defined in the console. If there is an error, a corresponding message appears in the console.

Tip

Use the clr command to empty the console.

Debugging – Checking Output Using Console

To check variables and arrays, you can output the script in the console by applying the console.log() method.

Parent Chapter