[Python-Dev] Integration with Eclipse (original) (raw)
Nick Roberts nick at nick.uklinux.net
Tue Sep 23 14:25:33 EDT 2003
- Previous message: [Python-Dev] Enhancement to pdb in gud.el
- Next message: [Python-Dev] Integration with Eclipse
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Kevin J. Butler writes:
...
I consider this more pdb-related than emacs-specific - I'd expect that integration with, say, Eclipse would benefit from this enhancement as well, so I've been hoping to get some feedback from the list...
BTW, I've submitted the patch, it is 809887: http://sourceforge.net/tracker/index.php?func=detail&aid=809887&group_id=5470&atid=305470
kb
The syntax of responses from pdb commands suggests to me that there is a fair amount of GDB in the underlying code. The GDB developers have written an interface called GDB/MI (MI = Machine Interface) for integration with an IDE. Since the Eclipse project is using this interface to integrate with GDB there may be some overlap for doing the same thing with with pdb.
Nick
- Previous message: [Python-Dev] Enhancement to pdb in gud.el
- Next message: [Python-Dev] Integration with Eclipse
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]