Re: pdb bug and questions

2008-09-05 Thread Stef Mientki
R. Bernstein wrote: Finally, I think rpdb2 is part of the winpdb project on Sourceforge and again has a bug tracker. My sense is that Nir Aides is very good about handling bugs reported in winpdb/rpdb. Yes I started with rpdb2, and indeed Nir Aides is very helpfull, but I think interfa

Re: pdb bug and questions

2008-09-05 Thread R. Bernstein
Stef Mientki <[EMAIL PROTECTED]> writes: > From: Stef Mientki <[EMAIL PROTECTED]> > Subject: Re: pdb bug and questions > Newsgroups: comp.lang.python > To: "python-list@python.org" > Date: Fri, 05 Sep 2008 22:06:19 +0200 > > R. Bernstein wrote:

Re: pdb bug and questions

2008-09-05 Thread Stef Mientki
R. Bernstein wrote: Stef Mientki <[EMAIL PROTECTED]> writes: hello, I'm trying to embed a debugger into an editor. I'm only interested in high level debugging. The first question is what debugger is the best for my purpose ? (pdb, pydb, rpdb2, smart debugger, extended debugger ? Second que

Re: pdb bug and questions

2008-09-05 Thread R. Bernstein
Stef Mientki <[EMAIL PROTECTED]> writes: > hello, > > I'm trying to embed a debugger into an editor. > I'm only interested in high level debugging. > The first question is what debugger is the best for my purpose ? > (pdb, pydb, rpdb2, smart debugger, extended debugger ? > > Second question, in no

Re: pdb bug and questions

2008-09-05 Thread R. Bernstein
castironpi <[EMAIL PROTECTED]> writes: > On Sep 4, 4:22 pm, Stef Mientki <[EMAIL PROTECTED]> wrote: >> hello, >> >> I'm trying to embed a debugger into an editor. >> I'm only interested in high level debugging. >> The first question is what debugger is the best for my purpose ? >> (pdb, pydb, rpdb

Re: pdb bug and questions

2008-09-04 Thread Gabriel Genellina
En Thu, 04 Sep 2008 18:22:50 -0300, Stef Mientki <[EMAIL PROTECTED]> escribió: (Sorry, I cannot help you with your main question) When I launch the debugger ( winXP, Python 2.5) from with my editor python -u -m pdb D:\\Data\\test_IDE.py I get this error IOError: (2, 'No such file or dire

Re: pdb bug and questions

2008-09-04 Thread castironpi
On Sep 4, 4:22 pm, Stef Mientki <[EMAIL PROTECTED]> wrote: > hello, > > I'm trying to embed a debugger into an editor. > I'm only interested in high level debugging. > The first question is what debugger is the best for my purpose ? > (pdb, pydb, rpdb2, smart debugger, extended debugger ? > > Secon

pdb bug and questions

2008-09-04 Thread Stef Mientki
hello, I'm trying to embed a debugger into an editor. I'm only interested in high level debugging. The first question is what debugger is the best for my purpose ? (pdb, pydb, rpdb2, smart debugger, extended debugger ? Second question, in none of the above debuggers (except rpdb2), I can find a