debugPrintln()

eSignal EFS

debugPrintln()

 

debugPrintln( Params )

 

  • Params: String to print.

 

Print text to the debug console with a line feed/return included.

 

Example:

 

var n = 1;

 

debugPrintln("This number equals: " + n);

 

 

debugPrint()

debugClear()