Re: [Ironpython-users] debugging ipy.exe

2012-03-05 Thread Peter Schwalm
Hello Jeff, Thank you for your answer. I could capture a non-ironpython machine and circumvent the problem by using VS 2010 remotedebugging. Peter Am 05.03.2012 05:57, schrieb Jeff Hardy: 2012/3/4 Peter Schwalm: Hello Jeff, I switched to the branch ipy-2.7-maint. Now I have the problem tha

Re: [Ironpython-users] debugging ipy.exe

2012-03-04 Thread Jeff Hardy
2012/3/4 Peter Schwalm : > Hello Jeff, > > I switched to the branch ipy-2.7-maint. Now I have the problem that I cannot > debug because some ironPython dlls are loaded from the GAC. These versions > are not debuggable. I suppose they are from the "normal" 2.7.1 installation. > > Do I have to / can

Re: [Ironpython-users] debugging ipy.exe

2012-03-04 Thread Peter Schwalm
Hello Jeff, I switched to the branch ipy-2.7-maint. Now I have the problem that I cannot debug because some ironPython dlls are loaded from the GAC. These versions are not debuggable. I suppose they are from the "normal" 2.7.1 installation. Do I have to / can I remove them manually from the

Re: [Ironpython-users] debugging ipy.exe

2012-03-03 Thread Jeff Hardy
Can you switch to the ipy-2.7-maint branch? I fixed that but may not have back ported to master yet. - Jeff On Saturday, March 3, 2012, Peter Schwalm wrote: > Hello, > > can anybody tell me how to debug ipy.exe in Visual Studio? > > I downloaded the latest source version of ironpython with githu