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
Is your feature request related to a problem? Please describe.
Currently it's impossible to use pdb when debugging some failure on remote side of the RPyC tunnel, even if tests are running locally, because pdb requires stdin/stdout/stderr to be user-controllable, and current implementation of LocalConnection hides those either in subprocess.PIPE or in subprocess.DEVNULL.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently it's impossible to use
pdb
when debugging some failure on remote side of the RPyC tunnel, even if tests are running locally, becausepdb
requires stdin/stdout/stderr to be user-controllable, and current implementation ofLocalConnection
hides those either insubprocess.PIPE
or insubprocess.DEVNULL
.The text was updated successfully, but these errors were encountered: