|
.Debugprint Method |
Top Previous Next |
Function: |
Prints a string to the output pane, for debug purposes. |
Syntax: |
sys.debugprint(str as string) |
Returns: |
--- |
See Also: |
--- |
Details
Call this method to print anything onto TIDE's output pane while your project executes in debug mode. This can be used to trace program execution, similar to the old PRINT statement in BASIC.