public interface DebugSupport
-
Method Summary
-
Method Details
-
getLastExecutedFunctionLine
String getLastExecutedFunctionLine() -
runDebugLine
-
isDebugEnabled
boolean isDebugEnabled() -
printBacktrace
void printBacktrace() -
getSymbolTable
SymbolTable getSymbolTable() -
enterBreakpoint
void enterBreakpoint() -
exitBreakpoint
void exitBreakpoint() -
isInBreakpoint
boolean isInBreakpoint()
-