public class Clouddebugger.Debugger.Debuggees.Breakpoints
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Clouddebugger.Debugger.Debuggees.Breakpoints.Delete |
class |
Clouddebugger.Debugger.Debuggees.Breakpoints.Get |
class |
Clouddebugger.Debugger.Debuggees.Breakpoints.List |
class |
Clouddebugger.Debugger.Debuggees.Breakpoints.Set |
| Constructor and Description |
|---|
Clouddebugger.Debugger.Debuggees.Breakpoints() |
| Modifier and Type | Method and Description |
|---|---|
Clouddebugger.Debugger.Debuggees.Breakpoints.Delete |
delete(java.lang.String debuggeeId,
java.lang.String breakpointId)
Deletes the breakpoint from the debuggee.
|
Clouddebugger.Debugger.Debuggees.Breakpoints.Get |
get(java.lang.String debuggeeId,
java.lang.String breakpointId)
Gets breakpoint information.
|
Clouddebugger.Debugger.Debuggees.Breakpoints.List |
list(java.lang.String debuggeeId)
Lists all breakpoints for the debuggee.
|
Clouddebugger.Debugger.Debuggees.Breakpoints.Set |
set(java.lang.String debuggeeId,
Breakpoint content)
Sets the breakpoint to the debuggee.
|
public Clouddebugger.Debugger.Debuggees.Breakpoints()
public Clouddebugger.Debugger.Debuggees.Breakpoints.Delete delete(java.lang.String debuggeeId, java.lang.String breakpointId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.debuggeeId - ID of the debuggee whose breakpoint to delete.breakpointId - ID of the breakpoint to delete.java.io.IOExceptionpublic Clouddebugger.Debugger.Debuggees.Breakpoints.Get get(java.lang.String debuggeeId, java.lang.String breakpointId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.debuggeeId - ID of the debuggee whose breakpoint to get.breakpointId - ID of the breakpoint to get.java.io.IOExceptionpublic Clouddebugger.Debugger.Debuggees.Breakpoints.List list(java.lang.String debuggeeId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.debuggeeId - ID of the debuggee whose breakpoints to list.java.io.IOExceptionpublic Clouddebugger.Debugger.Debuggees.Breakpoints.Set set(java.lang.String debuggeeId, Breakpoint content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.debuggeeId - ID of the debuggee where the breakpoint is to be set.content - the Breakpointjava.io.IOException