ferrum icon indicating copy to clipboard operation
ferrum copied to clipboard

Hangs with debugger

Open molfar opened this issue 4 years ago • 2 comments

I tried to use debug gem, but when I execute binding.break in my code, Ferrum stops respond to any further commands with Ferrum::TimeoutError

molfar avatar Sep 19 '21 09:09 molfar

Yes it's a known issue, I assume it's because debugger stops all the threads and the one responsible for passing commands to Chrome is also paused. I'm looking forward to https://github.com/ruby/debug because they say 'Support threads (almost done) and ractors (TODO).'

route avatar Sep 27 '21 08:09 route

I also opened an issue with Debug gem https://github.com/ruby/debug/issues/295

molfar avatar Oct 04 '21 07:10 molfar

I'm doing some issue gardening 🌱🌿 🌷 and came upon this issue. Since it's quite old I just wanted to ask if this is still relevant? If it isn't, maybe we can close this issue?

By closing some old issues we reduce the list of open issues to a more manageable set.

sandstrom avatar Feb 22 '23 17:02 sandstrom

It looks like it's not Ferrum issue anyways. Closing

route avatar Feb 06 '24 08:02 route