debugPrint()

eSignal EFS

debugPrint()

 

debugPrint( Params )

 

  • Params: String to print.

 

Print text to the debug console.

 

Example:

 

var n = 1;

 

debugPrint("This number equals: " + n + "\n");

 

debugClear()

debugPrintln()