Class: Google::Devtools::Clouddebugger::V2::UpdateActiveBreakpointRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#breakpointGoogle::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.

Returns:



82
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/controller.rb', line 82

class UpdateActiveBreakpointRequest; end

#debuggee_idString

Returns Identifies the debuggee being debugged.

Returns:

  • (String)

    Identifies the debuggee being debugged.



82
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/controller.rb', line 82

class UpdateActiveBreakpointRequest; end