public class CloudDebugger.Controller.Debuggees.Breakpoints extends 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(String debuggeeId)
Returns the list of all active breakpoints for the debuggee.
|
CloudDebugger.Controller.Debuggees.Breakpoints.Update |
update(String debuggeeId,
String id,
UpdateActiveBreakpointRequest content)
Updates the breakpoint state or mutable fields.
|
public CloudDebugger.Controller.Debuggees.Breakpoints.List list(String debuggeeId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.debuggeeId - Required. Identifies the debuggee.IOExceptionpublic CloudDebugger.Controller.Debuggees.Breakpoints.Update update(String debuggeeId, String id, UpdateActiveBreakpointRequest content) throws 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 UpdateActiveBreakpointRequestIOExceptionCopyright © 2011–2023 Google. All rights reserved.