public sealed class SetBreakpointRequest : IMessage<SetBreakpointRequest>, IEquatable<SetBreakpointRequest>, IDeepCloneable<SetBreakpointRequest>, IBufferMessage, IMessageRequest to set a breakpoint
Implements
IMessage<SetBreakpointRequest>, IEquatable<SetBreakpointRequest>, IDeepCloneable<SetBreakpointRequest>, 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 |
|