Remote Kernel Debugging Using Namepipe Feb 8th2012 Summary How to use debugging tools to perform remote kernel debug?. This document explains the debuggers used and the steps needed to attach and perform live d
Interactive remote debugging by redirecting sys.stdin and sys.stdout to a socket or pipe Jul 25 '07, 09:35 AM Hi I want a simple way to interactively remote debug a running python script which has no tty terminal attached to it. The scripts are ...