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 |
|---|
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.List list(java.lang.String debuggeeId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.debuggeeId - Required. 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 - Required. Identifies the debuggee being debugged.id - Breakpoint identifier, unique in the scope of the debuggee.content - the UpdateActiveBreakpointRequestjava.io.IOException