[Pythonmac-SIG] Forwarded: "Josephson, Neal": ANN: HAP Python Remote Debugger 0.2 Released

Magladry, Stephen stephenm@humongous.com
Wed, 16 Jan 2002 09:51:33 -0800


HAP is an open source project which originated out of Humongous
Entertainment.  Being that I have an inside connection, I went two cubies
down and got the information.

There is and IDE portion which is unfortunately based on MFC. But there is
the ability to remote debugging using TCP/IP.  The remote client code base
is relatively small, < 4000 lines, most of which is cross-platform. With and
existing sockets system, maybe a few dozen line of code would need to be
modified in order to have a remote Mac client. 



		-----Original Message-----
		From:	Jack Jansen [mailto:jack@oratrix.nl]
		Sent:	Tuesday, January 15, 2002 12:29 PM
		To:	pythonmac-sig@python.org
		Subject:	[Pythonmac-SIG] Forwarded: "Josephson,
Neal": ANN: HAP Python Remote Debugger 0.2 Released

		 << Message: ANN: HAP Python Remote Debugger 0.2 Released >>
This just came by on the python-announce list, is anyone willing to
		have a look at it and see whether it could be integrated
with the
		MacPython IDE debugger? If it can that might allow a couple
of nice
		things that aren't currently possible, such as debugging
Tkinter
		scripts from the IDE (by running the script in a separate
interpreter,
		outside of the IDE) and debugging MachoPython scripts with
IDE running
		under MacPython on OSX.