Class: Google::Devtools::Clouddebugger::V2::UpdateActiveBreakpointRequest
- Inherits:
-
Object
- Object
- Google::Devtools::Clouddebugger::V2::UpdateActiveBreakpointRequest
- Defined in:
- lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/controller.rb
Overview
Request to update an active breakpoint.
Instance Attribute Summary collapse
-
#breakpoint ⇒ Google::Devtools::Clouddebugger::V2::Breakpoint
Updated breakpoint information.
-
#debuggee_id ⇒ String
Identifies the debuggee being debugged.
Instance Attribute Details
#breakpoint ⇒ Google::Devtools::Clouddebugger::V2::Breakpoint
Returns Updated breakpoint information. The field +id+ must be set. The agent must echo all Breakpoint specification fields in the update.
82 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/controller.rb', line 82 class UpdateActiveBreakpointRequest; end |
#debuggee_id ⇒ String
Returns Identifies the debuggee being debugged.
82 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/controller.rb', line 82 class UpdateActiveBreakpointRequest; end |