class DebuggerDebuggeesBreakpoints extends Resource (View source)

The "breakpoints" collection of methods.

Typical usage is:

 $clouddebuggerService = new Google\Service\CloudDebugger(...);
 $breakpoints = $clouddebuggerService->debugger_debuggees_breakpoints;

Methods

delete(string $debuggeeId, string $breakpointId, array $optParams = [])

Deletes the breakpoint from the debuggee. (breakpoints.delete)

get(string $debuggeeId, string $breakpointId, array $optParams = [])

Gets breakpoint information. (breakpoints.get)

listDebuggerDebuggeesBreakpoints(string $debuggeeId, array $optParams = [])

Lists all breakpoints for the debuggee.

set(string $debuggeeId, Breakpoint $postBody, array $optParams = [])

Sets the breakpoint to the debuggee. (breakpoints.set)

Details

ClouddebuggerEmpty delete(string $debuggeeId, string $breakpointId, array $optParams = [])

Deletes the breakpoint from the debuggee. (breakpoints.delete)

Parameters

string $debuggeeId

Required. ID of the debuggee whose breakpoint to delete.

string $breakpointId

Required. ID of the breakpoint to delete.

array $optParams

Optional parameters.

Return Value

ClouddebuggerEmpty

GetBreakpointResponse get(string $debuggeeId, string $breakpointId, array $optParams = [])

Gets breakpoint information. (breakpoints.get)

Parameters

string $debuggeeId

Required. ID of the debuggee whose breakpoint to get.

string $breakpointId

Required. ID of the breakpoint to get.

array $optParams

Optional parameters.

Return Value

GetBreakpointResponse

ListBreakpointsResponse listDebuggerDebuggeesBreakpoints(string $debuggeeId, array $optParams = [])

Lists all breakpoints for the debuggee.

(breakpoints.listDebuggerDebuggeesBreakpoints)

Parameters

string $debuggeeId

Required. ID of the debuggee whose breakpoints to list.

array $optParams

Optional parameters.

Return Value

ListBreakpointsResponse

SetBreakpointResponse set(string $debuggeeId, Breakpoint $postBody, array $optParams = [])

Sets the breakpoint to the debuggee. (breakpoints.set)

Parameters

string $debuggeeId

Required. ID of the debuggee where the breakpoint is to be set.

Breakpoint $postBody
array $optParams

Optional parameters.

Return Value

SetBreakpointResponse