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
After enjoying pudb for many years I am trying remote debugging for the first time. Everything works like a charm for me except when I hit ! to drop into an IPython shell. I get the usual >>> prompt but the terminal freezes.
Any ideas on what could be the issue? BTW, I'm running on Debian.
--Lucio Aguirre
P.S.: Thanks for an incredibly useful tool!
The text was updated successfully, but these errors were encountered:
Good question. I'm not super surprised that this doesn't work. Remote debugging makes use of a fairly hacky, precarious ballet of swapping out stdin and stdout before anyone has a chance to look:
After enjoying pudb for many years I am trying remote debugging for the first time. Everything works like a charm for me except when I hit
!
to drop into an IPython shell. I get the usual>>>
prompt but the terminal freezes.Any ideas on what could be the issue? BTW, I'm running on Debian.
--Lucio Aguirre
P.S.: Thanks for an incredibly useful tool!
The text was updated successfully, but these errors were encountered: