public class Clouddebugger.Controller.Debuggees.Breakpoints
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Clouddebugger.Controller.Debuggees.Breakpoints.List |
class |
Clouddebugger.Controller.Debuggees.Breakpoints.Update |
| Constructor and Description |
|---|
Clouddebugger.Controller.Debuggees.Breakpoints() |
| Modifier and Type | Method and Description |
|---|---|
Clouddebugger.Controller.Debuggees.Breakpoints.List |
list(java.lang.String debuggeeId)
Returns the list of all active breakpoints for the debuggee.
|
Clouddebugger.Controller.Debuggees.Breakpoints.Update |
update(java.lang.String debuggeeId,
java.lang.String id,
UpdateActiveBreakpointRequest content)
Updates the breakpoint state or mutable fields.
|
public Clouddebugger.Controller.Debuggees.Breakpoints()
public Clouddebugger.Controller.Debuggees.Breakpoints.List list(java.lang.String debuggeeId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.debuggeeId - Identifies the debuggee.java.io.IOExceptionpublic Clouddebugger.Controller.Debuggees.Breakpoints.Update update(java.lang.String debuggeeId, java.lang.String id, UpdateActiveBreakpointRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.debuggeeId - Identifies the debuggee being debugged.id - Breakpoint identifier, unique in the scope of the debuggee.content - the UpdateActiveBreakpointRequestjava.io.IOException