Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 901 Bytes

debugging.md

File metadata and controls

32 lines (18 loc) · 901 Bytes
description
Debug your script using the built-in WayScript debugger.

Debugging

🐞Starting the Debugger

To start the debugger, click the "Bug" icon in the toolbar.

▶ Press play where you would like to start debugging.

👟Stepping Through Your Script

Click the "Step Forward" arrow to start stepping though your script. Click the arrow again to advance to the next step. Click the "Reset Debugger" arrow to go back to the beginning of your script.

{% hint style="info" %} When you reach the end of your script, the debugger will go back to the beginning. {% endhint %}

🛑Exiting the Debugger

Click the (now red) "Bug" icon again to exit the debugger.