sporkrb / spork-testunit

Test::Unit support for Spork
67 stars 27 forks source link

"wrong argument type DRb::DRbObject" when using ruby-debug #7

Closed wkrsz closed 13 years ago

wkrsz commented 13 years ago

When I try to use ruby-debug I get the following error in client (testdrb) process:

INTERNAL ERROR!!! wrong argument type DRb::DRbObject (expected File)

Spork server outputs no errors and keeps on running happily.

Here's full output: http://pastie.org/1501703

timcharper commented 13 years ago

Did you load "spork/ext/ruby-debug" ?

wkrsz commented 13 years ago

That was it. I wasn't aware of spork/ext/ruby-debug. Thanks for lightning fast reply - you rock!