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

Version Path
candlepin-api-0.4.0 bundle/ruby/1.8/gems/ruby-debug-0.10.4/test/data/condition.cmd
ruby-debug-0.10.5.rc1 test/data/condition.cmd
vim-jar-0.1.2.0001 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/condition.cmd
vim-jar-0.1.2 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/condition.cmd
vim-jar-0.1.1 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/condition.cmd
vim-jar-0.1.0 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/condition.cmd
vim-jar-0.0.3 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/condition.cmd
vim-jar-0.0.2 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/condition.cmd
vim-jar-0.0.1 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/condition.cmd
ruby-debug-0.10.4 test/data/condition.cmd