Sha256: c35ade0174f24b1bc834099afdbc33ffa87939df4cb1e105bb9bf3a72026f0a3

Contents?: true

Size: 203 Bytes

Versions: 23

Compression:

Stored size: 203 Bytes

Contents

byebug

class CatchExample
  def a
    begin
      Byebug.post_mortem do
        z = 4
        raise 'blabla'
        x = 6
      end
    rescue => e
      e
    end
  end
end

c = CatchExample.new
c.a
c

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
byebug-2.1.1 test/examples/post_mortem.rb
byebug-2.1.0 test/examples/post_mortem.rb
byebug-2.0.0 test/examples/post_mortem.rb
byebug-1.8.2 test/examples/post_mortem.rb
byebug-1.8.1 test/examples/post_mortem.rb
byebug-1.8.0 test/examples/post_mortem.rb
byebug-1.7.0 test/examples/post_mortem.rb
byebug-1.6.1 test/examples/post_mortem.rb
byebug-1.6.0 test/examples/post_mortem.rb
byebug-1.5.0 test/examples/post_mortem.rb
byebug-1.4.2 test/examples/post_mortem.rb
byebug-1.4.1 test/examples/post_mortem.rb
byebug-1.4.0 test/examples/post_mortem.rb
byebug-1.3.1 test/examples/post_mortem.rb
byebug-1.3.0 test/examples/post_mortem.rb
byebug-1.2.0 test/examples/post_mortem.rb
byebug-1.1.1 test/examples/post_mortem.rb
byebug-1.1.0 test/examples/post_mortem.rb
byebug-1.0.3 test/examples/post_mortem.rb
byebug-1.0.2 test/examples/post_mortem.rb