Entering a REPL from a PDB Python debugger
Something I have grown accustomed to when debugging Ruby code is the ability to jump into an irb session right from a breakpoint. With byebug this pretty much happens immediately. With pry, running irb will have the desired effect. When I started getting to the point where I needed to debug Python code I was writing, I almost immediately had...