Sha256: 28713ef7885342ccaf86db27ff814fceddb168115697437f88f34a21a1f25f7e

Contents?: true

Size: 734 Bytes

Versions: 10

Compression:

Stored size: 734 Bytes

Contents

gcd.rb:4
def gcd(a, b)
# # ********************************************************
# # This tests finish.
# # ********************************************************
# set debuggertesting on
Currently testing the debugger is on.
# set callstyle last
Frame call-display style is last.
# set autoeval off
autoeval is off.
# break 6
Breakpoint 1 file gcd.rb, line 6
# continue
Breakpoint 1 at gcd.rb:6
gcd.rb:6
if a > b
# continue
Breakpoint 1 at gcd.rb:6
gcd.rb:6
if a > b
# continue
Breakpoint 1 at gcd.rb:6
gcd.rb:6
if a > b
# where
--> #0 Object.gcd(a#Fixnum, b#Fixnum) at line gcd.rb:6
    #1 Object.-(a#Fixnum, b#Fixnum) at line gcd.rb:15
    #2 Object.-(a#Fixnum, b#Fixnum) at line gcd.rb:15
    #3 at line gcd.rb:18
# finish 0

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
candlepin-api-0.4.0 bundle/ruby/1.8/gems/ruby-debug-0.10.4/test/data/finish.right
ruby-debug-0.10.5.rc1 test/data/finish.right
vim-jar-0.1.2.0001 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/finish.right
vim-jar-0.1.2 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/finish.right
vim-jar-0.1.1 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/finish.right
vim-jar-0.1.0 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/finish.right
vim-jar-0.0.3 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/finish.right
vim-jar-0.0.2 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/finish.right
vim-jar-0.0.1 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/finish.right
ruby-debug-0.10.4 test/data/finish.right