Sha256: 2218e161b2156de95528ae4be19aa751a3f3b984363815a7a9ab9cd4a1ef7418
Contents?: true
Size: 648 Bytes
Versions: 23
Compression:
Stored size: 648 Bytes
Contents
# ******************************************************** # This tests annotations # ******************************************************** set debuggertesting on set callstyle last set force 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
23 entries across 23 versions & 4 rubygems