Show / Hide Table of Contents

Class DebuggerResource.DebuggeesResource.BreakpointsResource

The "breakpoints" collection of methods.

Inheritance
object
DebuggerResource.DebuggeesResource.BreakpointsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDebugger.v2
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public class DebuggerResource.DebuggeesResource.BreakpointsResource

Constructors

BreakpointsResource(IClientService)

Constructs a new resource.

Declaration
public BreakpointsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Delete(string, string)

Deletes the breakpoint from the debuggee.

Declaration
public virtual DebuggerResource.DebuggeesResource.BreakpointsResource.DeleteRequest Delete(string debuggeeId, string breakpointId)
Parameters
Type Name Description
string debuggeeId

Required. ID of the debuggee whose breakpoint to delete.

string breakpointId

Required. ID of the breakpoint to delete.

Returns
Type Description
DebuggerResource.DebuggeesResource.BreakpointsResource.DeleteRequest

Get(string, string)

Gets breakpoint information.

Declaration
public virtual DebuggerResource.DebuggeesResource.BreakpointsResource.GetRequest Get(string debuggeeId, string breakpointId)
Parameters
Type Name Description
string debuggeeId

Required. ID of the debuggee whose breakpoint to get.

string breakpointId

Required. ID of the breakpoint to get.

Returns
Type Description
DebuggerResource.DebuggeesResource.BreakpointsResource.GetRequest

List(string)

Lists all breakpoints for the debuggee.

Declaration
public virtual DebuggerResource.DebuggeesResource.BreakpointsResource.ListRequest List(string debuggeeId)
Parameters
Type Name Description
string debuggeeId

Required. ID of the debuggee whose breakpoints to list.

Returns
Type Description
DebuggerResource.DebuggeesResource.BreakpointsResource.ListRequest

Set(Breakpoint, string)

Sets the breakpoint to the debuggee.

Declaration
public virtual DebuggerResource.DebuggeesResource.BreakpointsResource.SetRequest Set(Breakpoint body, string debuggeeId)
Parameters
Type Name Description
Breakpoint body

The body of the request.

string debuggeeId

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

Returns
Type Description
DebuggerResource.DebuggeesResource.BreakpointsResource.SetRequest
In This Article
Back to top Generated by DocFX