Method: Debugger::DisplayCommand.always_run

Defined in:
lib/ruby-debug/commands/display.rb

.always_runObject



41
42
43
44
45
46
47
48
# File 'lib/ruby-debug/commands/display.rb', line 41

def self.always_run 
  Debugger.annotate = 0 unless Debugger.annotate
  if Debugger.annotate > 1 
    0
  else
    2
  end
end