class Debugger::Context

Public Instance Methods

__c_frame_binding(frame) click to toggle source
Alias for: frame_binding
frame_binding(frame) click to toggle source
# File lib/ruby-debug-base.rb, line 20
def frame_binding(frame)
  __c_frame_binding(frame) || hbinding(frame)
end
Also aliased as: __c_frame_binding
interrupt() click to toggle source
# File lib/ruby-debug-base.rb, line 15
def interrupt
  self.stop_next = 1
end