public interface CloudDebuggerAgentWrapper
CloudDebuggerAgent with interface. CloudDebuggerAgent contains static
methods that can't be mocked.
See CloudDebuggerAgent for explanation of each method.
| Modifier and Type | Method and Description |
|---|---|
void |
bind(ClassLoader debuggerInternalsClassLoader) |
byte[][] |
dequeueBreakpointUpdates() |
boolean |
hasBreakpointUpdates() |
void |
setActiveBreakpoints(byte[][] breakpoints) |
void |
setApplication(String[] classPath,
CloudDebuggerCallback callback) |
void bind(ClassLoader debuggerInternalsClassLoader)
void setApplication(String[] classPath, CloudDebuggerCallback callback)
void setActiveBreakpoints(byte[][] breakpoints)
boolean hasBreakpointUpdates()
byte[][] dequeueBreakpointUpdates()
Copyright © 2022. All rights reserved.