I have a C# environment in which I use IronPython scripts. I want to debug these using Visual Studio i.e. PTVS. I set everything up and it does work, but it works only once. After I stop the debugger or the scripts ends, I cannot attach to the process again or hit a breakpoint. Apart from being very slow this is something that really strucks me because I want to be able to process my script multiple times without closing the whole application everytime.
Does anyone have experience with this kind of debugging and knows how to make it more comfortable?
Versions:
- VS10 (C#), VS12 (PTVS 2.2)
- .NET 4.0
- IronPython 2.7.0.40