Sha256: 424b02b6a0fc83827e36d73299529860cd293e00d6ba757ffe6d78bc8785bb3c
Contents?: true
Size: 879 Bytes
Versions: 24
Compression:
Stored size: 879 Bytes
Contents
pm.rb:3 def zero_div # # *************************************************** # # This tests post-mortem handling. # # *************************************************** # set debuggertesting on Currently testing the debugger is on. # continue pm.rb:5 1/0 # # Should have got a divide by 0 error # info program The program crashed. Exception: #<ZeroDivisionError: divided by 0> # where --> #0 / at line pm.rb:5 #1 at line pm.rb:8 # up #1 at line pm.rb:8 # p x 2 # help Type 'help <command-name>' for help on a specific command Available commands: backtrace delete enable info p reload source var break disable eval irb pp restart thread where catch display exit kill ps save trace condition down frame list putl set undisplay continue edit help method quit show up # quit
Version data entries
24 entries across 24 versions & 4 rubygems