Run pdb without stdin/stdout using FIFO

后端 未结 3 1786
滥情空心
滥情空心 2020-12-10 08:33

I am developing FUSE filesystem with python. The problem is that after mounting a filesystem I have no access to stdin/stdout/stderr from my fuse script. I don\'t see anythi

3条回答
  •  北海茫月
    2020-12-10 08:47

    Ok. Exactly what I want, has been done in http://pypi.python.org/pypi/rpdb/0.1.1 .

提交回复
热议问题