ruby / debug

Debugging functionality for Ruby
BSD 2-Clause "Simplified" License
1.14k stars 127 forks source link

Do not make a Fiber for commands #1044

Closed ko1 closed 11 months ago

ko1 commented 11 months ago

because context was changed on suspended threads.

Without ::Fiber.blocking (on Ruby 3.1) fiber scheduler is not supported.