Sha256: 675d6153575ce012c08593fc2c544558c76e2c70c0bf1db434fe3339a5fa6eec
Contents?: true
Size: 601 Bytes
Versions: 18
Compression:
Stored size: 601 Bytes
Contents
# ******************************************************** # This tests primarily the condition command. # In order to do this we need to run break, and disable # ******************************************************** set debuggertesting 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
18 entries across 18 versions & 3 rubygems