Replies: 1 comment
-
For the record the trick
does not seem to work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I set a breakpoint using ipdb (or pdb to related matter), in Rich application that is in
rich.live.Live
mode, the console debugger does not work. I guess this is because Rich takes over terminal and pdb would need some sort of reset for the terminal to function correctly.I am running my application as:
And when it hits a breakpoint the debugger looks like:
Basically, pdb is squeezed to one line height.
How can I use ipdb / ipdb with Rich live fullscreen applications? Do I need to have some command / hook to release the terminal for pdb?
Beta Was this translation helpful? Give feedback.
All reactions