On Wed, 30 May 2012 14:35:39 -0400 Chris Evich <[email protected]> wrote:
> On 05/30/2012 01:49 PM, Cleber Rosa wrote: > > On 05/30/2012 12:37 PM, Chris Evich wrote: > >> All, > >> > >> On a number of occasions recently I've wanted to have a python shell to > >> play/experiment around with various calls manually, inside of a > >> virtualization test context (i.e. wrapped up with Cartesian config. and > >> the whole sha-bang). Does this sound useful to anyone else or (as I've > >> read on related topic searches) do people just prefer using pdb for > >> these sorts of things? > >> > > > > pdb has been good enough for me while running stuff in local mode, but > > is no good in server mode. > > > > One thing I looked at a while ago (actually a suggestion from jforbes @ > > fedora), was to integrate epdb, an enhanced python debugger, that could > > automatically allow a telnet session into the remote debugger. > > > > Combine that with an email notification, and we could have a very nice > > way to have a remote debug session on demand. > > > > Cheers, > > CR. > > Oh wow, that's an even better idea. Thanks, I'll think about that some > more. > I use rpdb2 to debug remote non-VM clients. It works very well. http://winpdb.org/ -- Ross Brattain Intel LAD SW Storage Linux Validation _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
