debugging - how to make python code.interact() work for a daemon -


i have python application running linux service. hangs(not recreatable easily) , debug code.interact() module.however when issue signal, interactive shell not open in current shell, goes stderr log file. how make break current shell or possible provide shell code.interact()


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -