Sha256: 71fd6609eb4614ddecf95bc3bd30d851e8318afe3a3540995623077ff034e123

Contents?: true

Size: 175 Bytes

Versions: 7

Compression:

Stored size: 175 Bytes

Contents

class BreakpointExample
  def self.a
    4
  end
  def b
    3
  end
end

a = 3
# A comment
byebug
b = 5
c = a + b
load Pathname.new(__FILE__ + "/../breakpoint2.rb").cleanpath

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
byebug-2.1.1 test/examples/breakpoint.rb
byebug-2.1.0 test/examples/breakpoint.rb
byebug-2.0.0 test/examples/breakpoint.rb
byebug-1.8.2 test/examples/breakpoint.rb
byebug-1.8.1 test/examples/breakpoint.rb
byebug-1.8.0 test/examples/breakpoint.rb
byebug-1.7.0 test/examples/breakpoint.rb