public static void PrintStack(Exception e) { ScriptStream.PrintStackTrace(e); }
public static void PrintStack() { ScriptStream.PrintStackTrace(); }