Proble debugging Hyperlinq action
How do I make the integrated debugger stop in a Hyperlinq action?
Apparently the debugger has detached before the Hyperlinq actions are executed
so my current workaround is to add a Debugger.Launch(); and debug this scenario with visual studio
Comments
Have you tried adding Util.KeepRunning(); to the end of your query?
No, I was not aware of that, will try tomorrow