Class SetBreakpointRequest (2.3.0)

public sealed class SetBreakpointRequest : IMessage<SetBreakpointRequest>, IEquatable<SetBreakpointRequest>, IDeepCloneable<SetBreakpointRequest>, IBufferMessage, IMessage

Request to set a breakpoint

Inheritance

Object > SetBreakpointRequest

Namespace

Google.Cloud.Debugger.V2

Assembly

Google.Cloud.Debugger.V2.dll

Constructors

SetBreakpointRequest()

public SetBreakpointRequest()

SetBreakpointRequest(SetBreakpointRequest)

public SetBreakpointRequest(SetBreakpointRequest other)
Parameter
NameDescription
otherSetBreakpointRequest

Properties

Breakpoint

public Breakpoint Breakpoint { get; set; }

Required. Breakpoint specification to set. The field location of the breakpoint must be set.

Property Value
TypeDescription
Breakpoint

ClientVersion

public string ClientVersion { get; set; }

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

Property Value
TypeDescription
String

DebuggeeId

public string DebuggeeId { get; set; }

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

Property Value
TypeDescription
String