Closed MatrixManAtYrService closed 4 months ago
I just realized there's already one for this: https://github.com/inducer/pudb/pull/638. Seems like the challenge there had to do with ensuring that the tty file is eventually closed. I'll take a crack at it...
This looks good to me; thanks for working on it. I'll roll a release to get this out into the world.
Ah! Just noticed that you've reverted this to draft; how come?
Sorry for being indecisive. I had a problem which I thought might be introduced by this change, so I got paranoid and marked it as a draft with the idea that I'd use it for a while before calling it good. As it turns out, that problem was entirely separate.
I used it for a while, and that worked well, but then I forgot to circle back and un-draft it. I'll do that now.
Thanks!
This PR reverts part of https://github.com/inducer/pudb/pull/534, which appears to have broken the ability to debug in a separate terminal (see comment there for more).
Presumably there was a reason that we wanted to close this file, but I'm not sure what that reason was. Leaving it open restored this functionality for me and nothing else bad appears to be happening 🤷 .
Maybe @inducer can suggest a better place for closing the file so that the needs of https://github.com/inducer/pudb/pull/534 are met while also not breaking separate-terminal debugging?