Class: Google::Devtools::Clouddebugger::V2::GetBreakpointResponse
- Inherits:
-
Object
- Object
- Google::Devtools::Clouddebugger::V2::GetBreakpointResponse
- Defined in:
- lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb
Overview
Response for getting breakpoint information.
Instance Attribute Summary collapse
-
#breakpoint ⇒ Google::Devtools::Clouddebugger::V2::Breakpoint
Complete breakpoint state.
Instance Attribute Details
#breakpoint ⇒ Google::Devtools::Clouddebugger::V2::Breakpoint
Returns Complete breakpoint state. The fields +id+ and +location+ are guaranteed to be set.
58 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 58 class GetBreakpointResponse; end |