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
When calling ipdb.set_trace() using the ipdb module, if you have a live/started console.status, it appears to take over my terminal's IO and almost looks like its frozen:
The ipdb session is active and i can type into it but i cant see anything i type making it hard to actually see what im doing from a debugging perspective. Module works fine if i stop the live status beforehand.
status.stop()
import ipdb
ipdb.set_trace()
which im happy to do, but its a small detail that ill likely forget or will have to constantly remind collaborators to do when debugging.
I can understand why this would happen but again, didnt know if this just something i need to handle or if there was a solution for this. Does this happen to others or am an edge case?
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.
Uh oh!
There was an error while loading. Please reload this page.
-
When calling
ipdb.set_trace()
using the ipdb module, if you have a live/startedconsole.status
, it appears to take over my terminal's IO and almost looks like its frozen:The ipdb session is active and i can type into it but i cant see anything i type making it hard to actually see what im doing from a debugging perspective. Module works fine if i stop the live status beforehand.
which im happy to do, but its a small detail that ill likely forget or will have to constantly remind collaborators to do when debugging.
I can understand why this would happen but again, didnt know if this just something i need to handle or if there was a solution for this. Does this happen to others or am an edge case?
Beta Was this translation helpful? Give feedback.
All reactions