Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プログラムは正常に停止しますが、pdb プロンプトが表示されません。「c」を押すと、期待どおりにプログラムが続行されます。
stdout を確認しましたが、問題ありません。
私は次のようなプログラムを起動していました
python program.py 2>&1 | tee out.log
出力をティーにパイプすると、問題が発生していました。