[python-win32] Visual Studio Project

Tim Roberts timr at probo.com
Mon Jun 16 19:38:43 CEST 2014


Joss Gray wrote:
> How do you debug pywin32

As long as you have the symbol files, you can attach the Visual Studio
debugger to a currently running process and get symbolic debugging.

That's generally how you'd have to do it anyway, since PyWin32 is a
collection of DLLs, rather than a single executable.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list