Sha256: 63279cc4553a4e3a36757a09502b8dde5698012126928ac6149619023bbbbb16

Contents?: true

Size: 683 Bytes

Versions: 28

Compression:

Stored size: 683 Bytes

Contents

# ***************************************************
# Test handling of info variables when we have 
# redefined inspect or to_s which give an error.
# ***************************************************
set debuggertesting on
# Go to where we have a bad "inspect" of a local variable
continue 36
info variables
# Go to where we have a bad "inspect" and "to_s" of a local variable
continue 40
info variables
break 31
# The first time through, we can do inspect.
continue
info locals
# Now go to where we have a bad "inspect" of an class variable
continue
info locals
info variables
# Now go to where we have a bad "inspect" and "to_s" of an class variable
continue
info locals
quit

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/info-var.cmd
debugger-1.2.4 test/data/info-var.cmd
debugger-1.2.3 test/data/info-var.cmd
debugger-1.2.2 test/data/info-var.cmd
debugger-1.2.1 test/data/info-var.cmd
debugger-1.2.0 test/data/info-var.cmd
debugger-1.1.4 test/data/info-var.cmd
debugger-1.1.3 test/data/info-var.cmd
debugger-1.1.2 test/data/info-var.cmd
debugger-1.1.1 test/data/info-var.cmd
debugger-1.1.0 test/data/info-var.cmd
debugger-1.0.1 test/data/info-var.cmd
debugger-1.0.0 test/data/info-var.cmd
debugger-1.0.0.rc2 test/data/info-var.cmd
debugger-1.0.0.rc1 test/data/info-var.cmd
ruby-debug-0.10.5.rc1 test/data/info-var.cmd
vim-jar-0.1.2.0001 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/info-var.cmd
vim-jar-0.1.2 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/info-var.cmd
vim-jar-0.1.1 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/info-var.cmd
vim-jar-0.1.0 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/info-var.cmd