inducer / inducer/pudb

debugging daemonized processes

Open
#126 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3.2k
Forks
245
Avg merge
13m
Merged PRs (30d)
5

Description

I'm not-rarely placed in a situation where I need to debug a python process that has its stdio files closed or otherwise connected elsewhere.

I currently "solve" this through some awful hackery wherein I open /dev/ptsXX and shove it into place of the disconnected file descriptors. This requires that I open an unused terminal beforehand and `sleep 99999` in it, to avoid both pudb and bash reading my input at the same time.

Surely there's a better way. Do any of you have a clue what it might be?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.