Le Tue, 14 May 2013 14:32:27 +0200, Philippe Fremy <p...@freehackers.org> a écrit : > Hi, > > I have a reproducable crash on Windows XP with Python 2.7 which I > would like to investigate. I have Visual Studio 2008 installed and I > downloaded the pdb files. However I could not find any instructions on > how to use them and was unsuccessful at getting anything out of it.
You may as well recompile Python in debug mode and then run it under the Visual Studio debugger. VS 2008 is adequate for building Python 2.7. See http://docs.python.org/devguide/setup.html#windows-compiling (that doesn't answer your question about pdb files, it's simply that I don't know the answer :-)) Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com