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, t...@probo.com Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32