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.
_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to