Sha256: b6da39565f44141a516d414c5e00d38efbaa56a0ad3f8f0d7d201356b038a3ba

Contents?: true

Size: 180 Bytes

Versions: 43

Compression:

Stored size: 180 Bytes

Contents

debugger

class SteppingExample
  def a
    z = 2
    b
  end

  def b
    [1,2,3].map { |a| a.to_f }
    c
  end

  def c
    z = 4
    5
  end
end

ex = SteppingExample.new.a
ex

Version data entries

43 entries across 42 versions & 6 rubygems

Version Path
logstash-output-icinga-1.1.0 vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/stepping.rb
debugger-xml-0.5.0.pre2 test/examples/stepping.rb
debugger-xml-0.5.0.pre1 test/examples/stepping.rb
debugger-xml-0.4.1 test/examples/stepping.rb
debugger-xml-0.4.0 test/examples/stepping.rb
debugger-1.6.8 test/examples/stepping.rb
debugger-1.6.7 test/examples/stepping.rb
debugger-1.6.6 test/examples/stepping.rb
debugger-1.6.5 test/examples/stepping.rb
debugger-1.6.4 test/examples/stepping.rb
debugger-xml-0.3.3 test/examples/stepping.rb
debugger-1.6.3 test/examples/stepping.rb
debugger-xml-0.3.2 test/examples/stepping.rb
debugger-xml-0.3.1 test/examples/stepping.rb
debugger-xml-0.2.0 test/examples/stepping.rb
debugger-xml-0.1.9 test/examples/stepping.rb
debugger-xml-0.1.8 test/examples/stepping.rb
debugger-xml-0.1.7 test/examples/stepping.rb
debugger-xml-0.1.6 test/examples/stepping.rb
debugger-xml-0.1.5 test/examples/stepping.rb