DebugMsg (Function) |
Top Previous Next |
The DebugMsg function will print a text string to the debug window - either in the RTCU Emulator or from a connected RTCU device.
If DebugMsg is called from a program running on an RTCU device, and there is a connection between the RTCU IDE and an RTCU device, the DebugMsg() messages is shown in the Debug Messages window. If the message is longer than 239 characters, it will be split across multiple lines in the RTCU IDE and the split lines will be terminated with "...".
Input: message : STRING Message string.
Returns: None
Declaration: FUNCTION DebugMsg;
Example: INCLUDE rtcu.inc |