Cicode Programming Reference > Cicode Function Categories > Miscellaneous Functions > TraceMsg

TraceMsg

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, CodeTrace, ErrLog

Example

TraceMsg("Error Found");
// Displays "Error Found" in the debug window

See Also

Miscellaneous Functions

Published June 2018