[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: gdbpy: integrated debugging for Python extensions
- From: "steve donovan" <steve.j.donovan@...>
- Date: Mon, 14 Apr 2008 15:17:53 +0200
Hi guys,
A continuation of the scite-debug project:
http://luaforge.net/frs/?group_id=327
In a similar spirit to luagdb, gdbpy allows single-stepping from
Python into extension C/C++ code. pgdb is an add-on for scite-debug,
and gdbpy is a Lua program (!) which allows debugging through Emacs.
This may be of only incidental interest to people, except that I found
it amusing that this solution requires Python developers to use Lua ;)
steve d.