public class AsyncStacksUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CAPTURE_AGENT_CLASS_NAME |
static java.lang.String |
CAPTURE_STORAGE_CLASS_NAME |
Constructor and Description |
---|
AsyncStacksUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
addAgentCapturePoints(EvaluationContextImpl evalContext,
java.util.Properties properties) |
static java.util.List<StackFrameItem> |
getAgentRelatedStack(JavaStackFrame frame,
SuspendContextImpl suspendContext) |
static int |
getMaxStackLength() |
static boolean |
isAgentEnabled() |
static <T> void |
putProcessUserData(Key<T> key,
T value,
DebugProcessImpl debugProcess) |
static void |
setupAgent(DebugProcessImpl process) |
public static final java.lang.String CAPTURE_STORAGE_CLASS_NAME
public static final java.lang.String CAPTURE_AGENT_CLASS_NAME
public static boolean isAgentEnabled()
public static java.util.List<StackFrameItem> getAgentRelatedStack(JavaStackFrame frame, SuspendContextImpl suspendContext)
public static void setupAgent(DebugProcessImpl process)
public static void addAgentCapturePoints(EvaluationContextImpl evalContext, java.util.Properties properties)
public static <T> void putProcessUserData(Key<T> key, T value, DebugProcessImpl debugProcess)
public static int getMaxStackLength()