TraceMsg
- Last UpdatedJul 18, 2023
- 1 minute read
Displays a message in the Kernel and Debugger debug windows.
Syntax
TraceMsg(String)
String:
The message to display.
Return Value
0 (zero) if successful, otherwise an error code is returned.
Related Functions
DspKernel, KerCmd, DumpKernel, DebugBreak, Assert, DebugMsg, DebugMsgSet, ErrLog
Example
TraceMsg("Error Found");
// Displays "Error Found" in the debug window