Sha256: 2e818ec5aa1fd74a65eecd04689e9e95f680730cc8943523b303e85f88f0cc7c
Contents?: true
Size: 617 Bytes
Versions: 10
Compression:
Stored size: 617 Bytes
Contents
# ******************************************************** # This tests primarily the condition command. # In order to do this we need to run break, and disable # ******************************************************** set debuggertesting on set basename on set callstyle last set autoeval off break 6 if a > b info break condition 1 info break break 12 condition 2 1 == a # FIXME: should be able to catch error on: # condition 2 if 1 == a disable 1 continue info break p a # Now test trying to enable an invalid breakpoint break 6 if a > info break enable 3 info break condition 3 a > 5 enable 3 info break quit
Version data entries
10 entries across 10 versions & 3 rubygems