Hi, I just upgraded from ports on FreeBSD, and for some reason ruby’s debugger
forces me to enter each command 5 times. Any idea what would cause this?
test.rb:1:puts “hello”
(rdb:1) n
test.rb:1:puts “hello”
(rdb:1)
n
test.rb:1:puts “hello”
(rdb:1)
n
test.rb:1:puts “hello”
(rdb:1)
n
test.rb:1:puts “hello”
(rdb:1)
n
hello
test.rb:2:puts “1”
(rdb:1)
n
test.rb:2:puts “1”
(rdb:1)
n
test.rb:2:puts “1”
(rdb:1)
n
test.rb:2:puts “1”
(rdb:1)
n
test.rb:2:puts “1”
(rdb:1)
n
1
…
Hi, I just upgraded from ports on FreeBSD, and for some reason ruby’s debugger
forces me to enter each command 5 times. Any idea what would cause this?
test.rb:1:puts “hello”
(rdb:1) n
test.rb:1:puts “hello”
(rdb:1)
n
test.rb:1:puts “hello”
(rdb:1)
n
test.rb:1:puts “hello”
(rdb:1)
n
test.rb:1:puts “hello”
(rdb:1)
n
hello
test.rb:2:puts “1”
(rdb:1)
n
test.rb:2:puts “1”
(rdb:1)
n
test.rb:2:puts “1”
(rdb:1)
n
test.rb:2:puts “1”
(rdb:1)
n
test.rb:2:puts “1”
(rdb:1)
n
1
…