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.
oints fine. The additional trick I
use for debugging plain non-debug python is to use symbol-file
to load some arbitrary symbols, so GDB will not complain
about breakpoints.
steve d.
On Apr 15, 2:41 am, Paul Rubin <http://[EMAIL PROTECTED]> wrote:
> SteveD <[EMAIL PROTECTED]> writes