Package com.google.apphosting.runtime
Interface CloudDebuggerAgentWrapper
-
public interface CloudDebuggerAgentWrapperWrapsCloudDebuggerAgentwith interface.CloudDebuggerAgentcontains static methods that can't be mocked.See
CloudDebuggerAgentfor explanation of each method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbind(ClassLoader debuggerInternalsClassLoader)byte[][]dequeueBreakpointUpdates()booleanhasBreakpointUpdates()voidsetActiveBreakpoints(byte[][] breakpoints)voidsetApplication(String[] classPath, CloudDebuggerCallback callback)
-
-
-
Method Detail
-
bind
void bind(ClassLoader debuggerInternalsClassLoader)
-
setApplication
void setApplication(String[] classPath, CloudDebuggerCallback callback)
-
setActiveBreakpoints
void setActiveBreakpoints(byte[][] breakpoints)
-
hasBreakpointUpdates
boolean hasBreakpointUpdates()
-
dequeueBreakpointUpdates
byte[][] dequeueBreakpointUpdates()
-
-