Sha256: 20c975a8119aa5980d63e1d90279fab84613f297d95c70e9bcdddf694a07741f

Contents?: true

Size: 653 Bytes

Versions: 1

Compression:

Stored size: 653 Bytes

Contents

# ********************************************************
# This tests annotations
# ********************************************************
set debuggertesting on
set callstyle last
set different off
set annotate 3
# Get into gcd
step 2
# "break" should trigger break annotation
break 10
# "delete" should trigger break annotation
delete 1
# p should not trigger a breakpoint annotation
p a
# "up" should trigger annotations
up
# "b" should trigger like "break"
b 12
# "display" should trigger display annotation
display 1+2
# undisplay should trigger display annotation
undisplay 1
step+
# Test error annotations
up 10
frame 100
break bogus:5
quit!

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-debug-0.10.5.rc1 test/data/annotate.cmd