hapdebugger-developers Mailing List for HAP Python Remote Debugger
Brought to you by:
nealj
You can subscribe to this list here.
2003 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
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 |
From: <ben...@id...> - 2004-05-22 12:04:40
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Allen J. <aja...@Fe...> - 2003-02-17 15:43:49
|
As far as I know, the "python22_d.lib" file is not distributed with the www.python.org library releases. It is only available by downloading all the source code and recompiling the Debug Build from the $\Python22\PCbuild directory. I do not use the P4apiwrapper myself, so I have no idea about the 2nd issue. Hope this helps, Albert Jackson -----Original Message----- From: hap...@li... [mailto:hap...@li...]On Behalf Of hap...@li... Sent: Saturday, February 15, 2003 2:17 PM To: hap...@li... Subject: Hapdebugger-developers digest, Vol 1 #1 - 1 msg Send Hapdebugger-developers mailing list submissions to hap...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/hapdebugger-developers or, via email, send a message with subject or body 'help' to hap...@li... You can reach the person managing the list at hap...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Hapdebugger-developers digest..." Today's Topics: 1. HapDebugger Build problems (Robert Oschler) --__--__-- Message: 1 From: Robert Oschler <ro...@an...> To: hap...@li... Cc: ro...@an... Date: 15 Feb 2003 03:18:15 -0500 Subject: [Hapdebugger-developers] HapDebugger Build problems When I try to build the source for HapDebugger (source archive dated 11/25/2002), using MSVC++ 6.x on Win2k, I have the following problems. When trying to build these 3 sub-projects: HapClient, hapdbg, HapDebugger I get: LINK : fatal error LNK1104: cannot open file "python22_d.lib" I searched my entire disk, including the Python-2.2.2 folder which has the source for Python, and found nothing for "python22_d.lib". When trying to build P4ApiWrapper I get: c:\projects_msvc\hapossrelease\hap\p4apiwrapper\stdafx.h(19) : fatal error C1083: Cannot open include file: '../../../libraries/perforce/p4api/clientapi.h': No such file or directory Again, searching the entire disk turned up nothing for "clientapi.h". My Python source came from the archive file: Python-2.2.2.tgz I also tried running the hapdebugger binary from the binary archives. When I do get an error dialog saying MSVCR70.dll cannot be found in any search path. I'm guessing that's for MSVC++ 7.x (dot.net?) which I don't have. Any help would be appreciated, thanks. Robert. --__--__-- _______________________________________________ Hapdebugger-developers mailing list Hap...@li... https://lists.sourceforge.net/lists/listinfo/hapdebugger-developers End of Hapdebugger-developers Digest |
From: Robert O. <ro...@an...> - 2003-02-15 08:14:32
|
When I try to build the source for HapDebugger (source archive dated 11/25/2002), using MSVC++ 6.x on Win2k, I have the following problems. When trying to build these 3 sub-projects: HapClient, hapdbg, HapDebugger I get: LINK : fatal error LNK1104: cannot open file "python22_d.lib" I searched my entire disk, including the Python-2.2.2 folder which has the source for Python, and found nothing for "python22_d.lib". When trying to build P4ApiWrapper I get: c:\projects_msvc\hapossrelease\hap\p4apiwrapper\stdafx.h(19) : fatal error C1083: Cannot open include file: '../../../libraries/perforce/p4api/clientapi.h': No such file or directory Again, searching the entire disk turned up nothing for "clientapi.h". My Python source came from the archive file: Python-2.2.2.tgz I also tried running the hapdebugger binary from the binary archives. When I do get an error dialog saying MSVCR70.dll cannot be found in any search path. I'm guessing that's for MSVC++ 7.x (dot.net?) which I don't have. Any help would be appreciated, thanks. Robert. |