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.
私のマシンにインストールされているeclipseによってchroot内で実行され、chrootがそれを認識しないPythonスクリプトをデバッグする方法はありますか?chroot内にeclipseをインストールすることは許可されていません。
いつでも Python デバッガーを使用できます。Docs for PDBこれにより、プログラムにブレークポイントを作成できます。変数を突き刺し、一般的に内部を見てください。