Debugging Visual Coding (VC) scripts may be done from the Aquro App Studio's preview window along the right side of the screen.
All Visual Coding scripts executed in the app preview window are logged for debugging purposes.
To the left side of the debug window you will see a list of rows, these are all the log entries that Visual Coding have generated. Each row has a Timestamp, Page, Source, and Event.
When this event was logged
On which page was this script executed
Which VC block generated this log entry
Each VC block call consists of three different events: Start, End, and Next
Start: When the block is called
End: When the block exited
Next: When the next step in the workflow should be called
The basic information about this event
Based on what event type the log entry is, you will see varying information here:
This area will list all the values that exist in the Page.State object. This is the current state and data items of your current page.