You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to debug some things that use Rich progress bar.
deep into it I drop into ipdb;
Problem is rich progress bar have setup the terminal cap in weird way and ipdb is unhappy (echo off, and other stuff I guess).
I couldn't find if there is a way to use a context manager and tell rich "please stop for a moment I'm going to drop into a debugger or something else that will take control of the display.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to debug some things that use Rich progress bar.
deep into it I drop into ipdb;
Problem is rich progress bar have setup the terminal cap in weird way and ipdb is unhappy (echo off, and other stuff I guess).
I couldn't find if there is a way to use a context manager and tell rich "please stop for a moment I'm going to drop into a debugger or something else that will take control of the display.
It's maybe just my search foo that is not great.
Beta Was this translation helpful? Give feedback.
All reactions