开发者

Debugging python script executed in chroot environment

Is there a way to debug python script which is executed in开发者_StackOverflow社区side chroot by eclipse which is installed on my machine and chroot doesn't see it? I am not allowed to install eclipse inside chroot.


You could always use the python debugger. Docs for PDB This allows you to create breakpoints in your programs. Poke variables and also generally have a look at the internals.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜