public sealed class SetBreakpointRequest : IMessage<SetBreakpointRequest>, IEquatable<SetBreakpointRequest>, IDeepCloneable<SetBreakpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class SetBreakpointRequest.
Request to set a breakpoint
Implements
IMessageSetBreakpointRequest, IEquatableSetBreakpointRequest, IDeepCloneableSetBreakpointRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Debugger.V2Assembly
Google.Cloud.Debugger.V2.dll
Constructors
SetBreakpointRequest()
public SetBreakpointRequest()
SetBreakpointRequest(SetBreakpointRequest)
public SetBreakpointRequest(SetBreakpointRequest other)
Parameter | |
---|---|
Name | Description |
other | SetBreakpointRequest |
Properties
Breakpoint
public Breakpoint Breakpoint { get; set; }
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
DebuggeeId
public string DebuggeeId { get; set; }
Required. ID of the debuggee where the breakpoint is to be set.
Property Value | |
---|---|
Type | Description |
string |