Sha256: 43c7e911176d6fe9a3a4bfb28e710eccfa241cc2bee1925b13c6018ad63164ae
Contents?: true
Size: 784 Bytes
Versions: 14
Compression:
Stored size: 784 Bytes
Contents
# This tests the functioning of some set/show debugger commands set debuggertesting on ### ******************************* ### *** save/source commands *** ### ******************************* ######################################## ### test args and baseneme... ######################################## set basename off set autoeval off # Should have nothing set info break info catch # Should save nothing save temp eval File.open("temp").readlines # Should read in nothing source temp info break # Now try saving something interesting break 10 catch RuntimeError save temp eval File.open("temp").readlines # FIXME: The below is broken ## Change parameters above ## catch RuntimeError off ## info catch ##set listsize 55 source temp ##info break ##info catch ##show listsize c
Version data entries
14 entries across 14 versions & 1 rubygems