简体   繁体   中英

Debugging python script executed in chroot environment

Is there a way to debug python script which is executed inside 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM