Class: Google::Devtools::Clouddebugger::V2::SetBreakpointRequest
- Inherits:
-
Object
- Object
- Google::Devtools::Clouddebugger::V2::SetBreakpointRequest
- Defined in:
- lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb
Overview
Request to set a breakpoint
Instance Attribute Summary collapse
-
#breakpoint ⇒ Google::Devtools::Clouddebugger::V2::Breakpoint
Breakpoint specification to set.
-
#client_version ⇒ String
The client version making the call.
-
#debuggee_id ⇒ String
ID of the debuggee where the breakpoint is to be set.
Instance Attribute Details
#breakpoint ⇒ Google::Devtools::Clouddebugger::V2::Breakpoint
Returns Breakpoint specification to set. The field 'location' of the breakpoint must be set.
31 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 31 class SetBreakpointRequest; end |
#client_version ⇒ String
Returns The client version making the call. Following: +domain/type/version+ (e.g., +google.com/intellij/v1+).
31 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 31 class SetBreakpointRequest; end |
#debuggee_id ⇒ String
Returns ID of the debuggee where the breakpoint is to be set.
31 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 31 class SetBreakpointRequest; end |