Debugging Tab
|
Parameter |
Description |
|
|---|---|---|
|
General |
||
|
- |
Show Warning Popup |
Allows to open warning popups. |
|
- |
Show Output Messages |
Opens the output messages field. Here the messages defined below are displayed during script run for debugging purposes. |
|
Output Messages |
||
|
- |
Show |
Displays the corresponding message in white. |
|
- |
Highlight |
Displays the corresponding messages with different colors. |
|
User Defined Messages |
||
|
- |
Write to Output |
Writes user defined messages (ZenService. Xtra.System. WriteDebugOutput (string message)). |
|
Auto Messages |
||
|
- |
Observable Change |
Writes a notification each time an observable changes. |
|
- |
Action Called |
Writes a notification each time an action is called. |
|
- |
Action Executed |
Writes a notification each time an action is executed. |
|
- |
Action Warning |
Writes action warning messages. |
|
- |
Exception |
Writes exception messages. |
|
- |
Script Run |
Writes which part of the script (preloop, loop script, post loop script) is run. |
|
Additional Information |
||
|
- |
Show Message Type |
Allows to additionally display the message type. |
|
- |
Show Time Stamp |
Allows to additionally display the time stamp for each message. |
|
- |
Follow Debug Message |
Follows the output if activated. |
|
Clear output |
Clears the messages in the output field. |
|