test/data/annotate.cmd in ruby-debug-0.10.4 vs test/data/annotate.cmd in ruby-debug-0.10.5.rc1
- old
+ new
@@ -1,11 +1,11 @@
# ********************************************************
# This tests annotations
# ********************************************************
set debuggertesting on
set callstyle last
-set force off
+set different off
set annotate 3
# Get into gcd
step 2
# "break" should trigger break annotation
break 10
@@ -19,10 +19,10 @@
b 12
# "display" should trigger display annotation
display 1+2
# undisplay should trigger display annotation
undisplay 1
-step
+step+
# Test error annotations
up 10
frame 100
break bogus:5
quit!