Reloading rake task methods from byebug

1k Views Asked by At

I use byebug debugger to pause execution of a rather lengthy rake task and inspect objects.

Is it possible to add a new completely method and somehow reload the rake task's code while I'm in byebug? For example, add a new method, reload byebug, verify it works, and move on without restarting the rake task..

Thanks!

0

There are 0 best solutions below