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
Post a Comment