Sha256: 65c61cc3258af7e7fe66e840ecedc151141093211b2d50706e3840943dded034
Contents?: true
Size: 1.03 KB
Versions: 10
Compression:
Stored size: 1.03 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 #### 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
10 entries across 10 versions & 3 rubygems