Sha256: 5eacfeab370252b647716d341869d4370d88c3c6f75e1649ed2d508d395c0227

Contents?: true

Size: 799 Bytes

Versions: 1

Compression:

Stored size: 799 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
set basename off
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

1 entries across 1 versions & 1 rubygems

Version Path
ruby-debug-0.10.5.rc1 test/data/save.cmd