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

Version Path
debugger-1.2.4 test/data/condition.cmd
debugger-1.2.3 test/data/condition.cmd
debugger-1.2.2 test/data/condition.cmd
debugger-1.2.1 test/data/condition.cmd
debugger-1.2.0 test/data/condition.cmd
debugger-1.1.4 test/data/condition.cmd
debugger-1.1.3 test/data/condition.cmd
debugger-1.1.2 test/data/condition.cmd
debugger-1.1.1 test/data/condition.cmd
debugger-1.1.0 test/data/condition.cmd
debugger-1.0.1 test/data/condition.cmd
debugger-1.0.0 test/data/condition.cmd
debugger-1.0.0.rc2 test/data/condition.cmd
debugger-1.0.0.rc1 test/data/condition.cmd
rackjour-0.1.8 vendor/gems/gems/ruby-debug-0.10.3/test/data/condition.cmd
ruby-debug-0.10.3 test/data/condition.cmd
ruby-debug-0.10.1 test/data/condition.cmd
ruby-debug-0.10.2 test/data/condition.cmd