[Hapdebugger-developers] debugging multi-threaded apps; stderr patch; etc
Brought to you by:
nealj
From: Darrin M. <da...@ma...> - 2005-05-12 02:21:41
|
1. A quick attempt to debug a multi-threaded Python app with HAP gives me the impression that I can't sent breakpoints on threads other than the main. A search reveals a number of people (e.g. http://aspn.activestate.com/ASPN/Mail/Message/visualpython-discuss/17774 15) pointing to HAP as a multi-threaded debugging solution. What am I overlooking? =20 2. I've made a (trivial) bug fix - adding flush() to HeDbgOut's stderr. This to support Python's logging module. Is someone accepting patches? =20 3. I'm curious, why is HAP's source not under Sourceforge CVS? =20 =20 |