Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Ability to redirect stdout and stderr (tee program output) #60

Closed
DonJayamanne opened this issue Feb 12, 2018 · 0 comments
Closed

Ability to redirect stdout and stderr (tee program output) #60

DonJayamanne opened this issue Feb 12, 2018 · 0 comments

Comments

@DonJayamanne
Copy link
Contributor

The functionality provided by the RedirectOutput debug option in hew older version of PTVSD doesn't seem to be supported by the PyDev debugger.

From what I can tell this functionality is only available in attach scenarios. I guess this is because the debugger (PyDev) is always launched inside a terminal.

FYI - We're also missing the corresponding protocol implementation in the wrapper. I tried implementing this, however it was a moot point as there's no way to launch a program with redirection enabled as there's no way to do this in PyDev (I could be mistaken).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants