Sha256: 2449a15183c8f4482fa752dcce9f33d022c5a33b4b058091552e3b1e58e3c6c4

Contents?: true

Size: 856 Bytes

Versions: 1

Compression:

Stored size: 856 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
	./example/raise.rb:3:in `(root)'
	org/jruby/debug/RubyDebugger.java:204:in `debug_load'
	./example/raise.rb:61:in `debug_program'
	./tdebug.rb:251:in `(root)'
	org/jruby/RubyKernel.java:1063:in `load'
	./tdebug.rb:23:in `runner'
	../rdbg.rb:32:in `(root)'
Uncaught exception: abc

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-debug-0.10.5.rc1 test/data/raise-jruby.right