Sha256: ced4208ab89a4ddebf44aaa1cad7e4697b07dc862d63605214e95cba44621597
Contents?: true
Size: 764 Bytes
Versions: 11
Compression:
Stored size: 764 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 ./raise.rb:3 ./tdebug.rb:61:in `debug_load' ./tdebug.rb:61:in `debug_program' ./tdebug.rb:251 ../rdbg.rb:23:in `load' ../rdbg.rb:23:in `runner' ../rdbg.rb:32 Uncaught exception: abc
Version data entries
11 entries across 11 versions & 4 rubygems