Sha256: a0d290179511651bf6098c366e08f534b7158c9ecd5f7f19413077ca13c928fb
Contents?: true
Size: 684 Bytes
Versions: 14
Compression:
Stored size: 684 Bytes
Contents
raise.rb:3 raise "abc" # # ******************************************************** # # This tests that the debugger doesn't step into itself # # when the application doesn't terminate the right way. # # ******************************************************** # set debuggertesting on Currently testing the debugger is on. # catch x NameError Exception: undefined local variable or method `x' for main:Object # catch ZeroDivisionError Catch exception ZeroDivisionError. # info catch ZeroDivisionError # catch 5 Warning 5 is not known to be a Class Catch exception 5. # step Catchpoint at raise.rb:3: `abc' (RuntimeError) from ../rdbg.rb:32:in `<main>' raise.rb:3 raise "abc" # quit
Version data entries
14 entries across 14 versions & 1 rubygems