Sha256: ff4c56ba14fcf2a66629eb340370bbee2782e1e640f53fa6dc3b4c54acbf01a7

Contents?: true

Size: 467 Bytes

Versions: 28

Compression:

Stored size: 467 Bytes

Contents

# ***************************************************
# This tests display expressions.
# ***************************************************
set debuggertesting on
b 6
c
# Should be no display expression yet.
info display
display a
display b 
disable display b
disable display 1
c
enable display b
enable display 1
undisplay a
undisplay 2
# Should have only one display expression.
info display
undisplay 1
# Now we have no more display expressions.
info display
q

Version data entries

28 entries across 28 versions & 5 rubygems

Version Path
candlepin-api-0.4.0 bundle/ruby/1.8/gems/ruby-debug-0.10.4/test/data/display.cmd
debugger-1.2.4 test/data/display.cmd
debugger-1.2.3 test/data/display.cmd
debugger-1.2.2 test/data/display.cmd
debugger-1.2.1 test/data/display.cmd
debugger-1.2.0 test/data/display.cmd
debugger-1.1.4 test/data/display.cmd
debugger-1.1.3 test/data/display.cmd
debugger-1.1.2 test/data/display.cmd
debugger-1.1.1 test/data/display.cmd
debugger-1.1.0 test/data/display.cmd
debugger-1.0.1 test/data/display.cmd
debugger-1.0.0 test/data/display.cmd
debugger-1.0.0.rc2 test/data/display.cmd
debugger-1.0.0.rc1 test/data/display.cmd
ruby-debug-0.10.5.rc1 test/data/display.cmd
vim-jar-0.1.2.0001 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/display.cmd
vim-jar-0.1.2 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/display.cmd
vim-jar-0.1.1 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/display.cmd
vim-jar-0.1.0 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/display.cmd