Sha256: 699930cfba341de8eab5bcc94231cd90fbf3fc2c445eb29ac54592ff845eb12a

Contents?: true

Size: 422 Bytes

Versions: 1

Compression:

Stored size: 422 Bytes

Contents

gcd.rb:4
def gcd(a, b)
# set debuggertesting on
Currently testing the debugger is on.
# set callstyle last
Frame call-display style is last.
# set autoeval off
autoeval is off.
# set basename on
basename is on.
# # Line one isn't a valid stopping point.
# # It is a comment.
# break example/gcd.rb:1
*** Line 1 is not a stopping point in file "gcd.rb".
# break 11
*** Line 11 is not a stopping point in file "gcd.rb".
# q

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-debug-0.10.5.rc1 test/data/break_tracelines.right