Class Debug


  • public class Debug
    extends java.lang.Object
    Debugging support.
    Author:
    Holger Eichelberger
    • Constructor Summary

      Constructors 
      Constructor Description
      Debug()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void debug​(java.lang.String text)
      Emit debugging text into the tracer messages and also to the calling Eclipse console.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Debug

        public Debug()
    • Method Detail

      • debug

        public static void debug​(java.lang.String text)
        Emit debugging text into the tracer messages and also to the calling Eclipse console. [debug] Logging is not feasible here as it is more helpful to have the debugging information directly within the tracer output stream.
        Parameters:
        text - the text to be emitted.