Sha256: cf8107b65861edf7bcbc3edffd244f493f02b54ab794dab766b7c6685ab1c66c
Contents?: true
Size: 1.25 KB
Versions: 17
Compression:
Stored size: 1.25 KB
Contents
# This tests the functioning of some set/show debugger commands set debuggertesting on ### ******************************* ### *** Set/show commands *** ### ******************************* ######################################## ### test args and baseneme... ######################################## set args this is a test show args show basename set basename foo show base set basename off show basename set basename 0 show basename set basename 1 show basename ######################################## ### test listsize tests... ######################################## show listsize show listsi set listsize abc set listsize -20 ######################################## ### test linetrace... ######################################## set linetrace on show linetrace set linetrace off show linetrace ######################################## ### show history ######################################## set history set history size 10 show history size set history save off show history save set history save 1 show history save #### Test 'autoeval'... set autoeval on puts 'printed via autoeval' set autoeval off puts 'autoeval should not run this' #### Test 'callstyle'... set callstyle set callstyle short set callstyle last set callstyle tracked set callstyle foo
Version data entries
17 entries across 17 versions & 3 rubygems