Re: [python-win32] Visual Studio Project

2014-06-16 Thread Joss Gray
How do you debug pywin32 On Mon, Jun 16, 2014 at 5:21 AM, Mark Hammond wrote: > On 13/06/2014 4:52 AM, Joss Gray wrote: > >> Is there a visual studio project for pywin32? >> > > Nope - it must be built using setup.py in the root of the source distro. > > Mark > > ___

Re: [python-win32] Visual Studio Project

2014-06-16 Thread Tim Roberts
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 execu

Re: [python-win32] Visual Studio Project

2014-06-16 Thread Mark Hammond
On 16/06/2014 9:18 PM, Joss Gray wrote: How do you debug pywin32 Using Visual Studio - there's no need to build under VS to use it as a debugger. Mark. On Mon, Jun 16, 2014 at 5:21 AM, Mark Hammond mailto:skippy.hamm...@gmail.com>> wrote: On 13/06/2014 4:52 AM, Joss Gray wrote: