Open jjmurre opened 4 months ago
Did the same issue occur with the original Pdb?
No, in the original pdb (or pdbpp) this does not happen. You get this reponse:
ENTERING RECURSIVE DEBUGGER
[1] > <string>(1)<module>()
((Pdb++))
So, the cursor gets kind-of "doubled".
When in a pdb debugger session, a new session (e.g. calling an arbitrary function
foo
) can be started with(Pdb+) debug foo()
.However, this results in an error: