test/data/frame.right in ruby-debug-0.10.1 vs test/data/frame.right in ruby-debug-0.10.2

- old
+ new

@@ -5,9 +5,13 @@ # # *************************************************** # set debuggertesting on Currently testing the debugger is on. # set callstyle last Frame call-display style is last. +# # Invalid line number in continue command +# continue 3 +*** Line 3 is not a stopping point in file "gcd.rb". +# # This time, for sure! # continue 6 gcd.rb:6 if a > b # where --> #0 Object.gcd(a#Fixnum, b#Fixnum) at line gcd.rb:6