Re: [Python-Dev] command line attachable debugger

2009-07-24 Thread Neil Hodgson
Glyph Lefkowitz: > Sounds like this is moving into hypothetical territory better-suited to > python-ideas.  (Although I'm sure that if you wanted to contribute polished, > tested code for a standard remote debugger interface, few people would > complain.) There is a remote debugger protocol ca

Re: [Python-Dev] command line attachable debugger

2009-07-24 Thread Glyph Lefkowitz
On Fri, Jul 24, 2009 at 9:43 PM, Edward Peschko wrote: > There should be a standard mechanism for debuggers to talk to a python > process; not one-offs for each debugger, probably at the level of the > python executable (the same way that gcc lets gdb attach with a pid.. > Sounds like this is m

Re: [Python-Dev] command line attachable debugger

2009-07-24 Thread Edward Peschko
> Winpdb is *exactly* what you asked for, so if it's not what you're looking > for you'll need to be more specific about what you want that it doesn't > do... > > James > Fair enough, I was assuming that winpdb didn't have a command line interface, but I was mistaken (rpdb2). In any case, I would

Re: [Python-Dev] command line attachable debugger

2009-07-24 Thread Aahz
On Thu, Jul 23, 2009, Edward Peschko wrote: > > I'I was wondering if there was a command line python debugger that was > able to attach to an existing process. I'd very much like to be able > to debug over a ssh session using screen. python-dev is not the correct place to ask about this, please u

Re: [Python-Dev] command line attachable debugger

2009-07-24 Thread James Y Knight
On Jul 24, 2009, at 1:31 AM, Edward Peschko wrote: all, I'I was wondering if there was a command line python debugger that was able to attach to an existing process. I'd very much like to be able to debug over a ssh session using screen. Ed (ps - and yes, I know about winpdb, etc... that is

[Python-Dev] command line attachable debugger

2009-07-23 Thread Edward Peschko
all, I'I was wondering if there was a command line python debugger that was able to attach to an existing process. I'd very much like to be able to debug over a ssh session using screen. Ed (ps - and yes, I know about winpdb, etc... that is not exactly what I'm looking for..) ___