Sha256: b2e7d6172b252a9d47fceb1e17ddfbcae92008653d452c9ea33df9907a4716ce
Contents?: true
Size: 782 Bytes
Versions: 12
Compression:
Stored size: 782 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
Version data entries
12 entries across 12 versions & 4 rubygems