Sunday, 27 March 2022

ipdb stops showing prompt text after carriage return

Recently when setting up a breakpoint using ipdb.set_trace(context=20) I can see the command I'm inputing the first time, after hitting return, next time I write an instruction or command in my ipdb prompt is not showing. When I hit enter it executes it and shows it in the previous lines.

This wasn't happening until very recently. I'm using mac, with iterm, latest ipdb and pytest.



from ipdb stops showing prompt text after carriage return

No comments:

Post a Comment