public final class MVELDebugHandler extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEBUG_LAUNCH_KEY |
protected static org.slf4j.Logger |
logger |
static boolean |
verbose |
Constructor and Description |
---|
MVELDebugHandler() |
Modifier and Type | Method and Description |
---|---|
protected static void |
clearAllBreakpoints() |
static boolean |
isDebugMode()
Returns current debug mode.
|
static void |
receiveBreakpoints()
Notify remote debugger that runtime is ready to get latest breakpoint
information
|
protected static void |
registerBreakpoint(String sourceName,
int lineNumber) |
protected static void |
removeBreakpoint(String sourceName,
int lineNumber) |
static void |
setDebugMode(boolean b)
Sets debug mode on/off.
|
protected static void |
setOnBreakReturn(int value) |
protected static final transient org.slf4j.Logger logger
public static final String DEBUG_LAUNCH_KEY
public static final boolean verbose
public static void receiveBreakpoints()
protected static final void registerBreakpoint(String sourceName, int lineNumber)
protected static final void clearAllBreakpoints()
protected static final void removeBreakpoint(String sourceName, int lineNumber)
protected static final void setOnBreakReturn(int value)
public static boolean isDebugMode()
setDebugMode(boolean)
true
if debug mode is enabled.public static void setDebugMode(boolean b)
b
- is Debug enabled?Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.