The driver is set up to silently disable Pry pagination without asking, and without any ability to modify this behavior short of forking my own release. I actually find this feature of Pry extremely useful, and I would prefer if libraries didn't randomly turn it off without any input on my part, particularly when these libraries deal with app automation and have absolutely nothing to do with Pry in the first place.
At the very least please mention in the docs that this is happening. I had to spent a significant amount of time figuring out why my debugger behavior suddenly changed.
In any case, this sort of configuration properly belong's in a user's .pryrc file, as per this documentation.
The driver is set up to silently disable Pry pagination without asking, and without any ability to modify this behavior short of forking my own release. I actually find this feature of Pry extremely useful, and I would prefer if libraries didn't randomly turn it off without any input on my part, particularly when these libraries deal with app automation and have absolutely nothing to do with Pry in the first place.
At the very least please mention in the docs that this is happening. I had to spent a significant amount of time figuring out why my debugger behavior suddenly changed.
In any case, this sort of configuration properly belong's in a user's .pryrc file, as per this documentation.