MCPcopy Index your code
hub / github.com/beanshell/beanshell / debug

Method debug

src/bsh/Interpreter.java:837–841  ·  view source on GitHub ↗

Print a debug message on debug stream associated with this interpreter only if debugging is turned on.

(String s)

Source from the content-addressed store, hash-verified

835 only if debugging is turned on.
836 */
837 public final static void debug(String s)
838 {
839 if ( DEBUG )
840 debug.println("// Debug: " + s);
841 }
842
843 /*
844 Primary interpreter set and get variable methods

Callers 15

evalMethod · 0.95
getValueMethod · 0.95
assignMethod · 0.95
toLHSMethod · 0.95
invokeMethodMethod · 0.95
invokeLocalMethodMethod · 0.95
evalMethod · 0.95
invokeStaticMethodMethod · 0.95
getIndexMethod · 0.95
resolveJavaMethodMethod · 0.95
findOverloadedMethodMethod · 0.95

Calls 1

printlnMethod · 0.65

Tested by

no test coverage detected