Alex
Alex

Reputation: 463

Reloading rake task methods from byebug

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!

Upvotes: 3

Views: 1195

Answers (0)

Related Questions