Re: pgdb: Debugging Python extensions made easier

2008-04-14 Thread Paul Rubin
SteveD <[EMAIL PROTECTED]> writes: > The point being that with a newish GDB (the current mingw GDB I think I was using an older gdb, but under linux, so it's possible that under mingw there are or were different issues. -- http://mail.python.org/mailman/listinfo/python-list

Re: pgdb: Debugging Python extensions made easier

2008-04-14 Thread SteveD
They are not insurmontable problems. But you will still see things like this: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66510 The point being that with a newish GDB (the current mingw GDB is still 5.x) there's no need for such tedious tricks, since it handles pending breakpoints fin

Re: pgdb: Debugging Python extensions made easier

2008-04-14 Thread Paul Rubin
SteveD <[EMAIL PROTECTED]> writes: > pgdb.zip is an addition to scite-debug, which adds source debugging to > the popular SciTE programmer's editor. ... > I know the FAQ says that this is not possible, but the FAQ is somewhat > outdated. GDB is quite happy with pending breakpoints to unresolved > l

pgdb: Debugging Python extensions made easier

2008-04-14 Thread SteveD
Hi guys, http://luaforge.net/frs/?group_id=327 pgdb.zip is an addition to scite-debug, which adds source debugging to the popular SciTE programmer's editor. gdbpy.zip is a standalone version which can be run from Emacs. These allow you to single-step from Python to C code in a debugger session.