BizTalk Debugging - Breakpoint for thousands instances….ooops
During training I always tell that when you set a breakpoint to an orchestration you have to be careful, since you have to remove the breakpoint on the class.
If you would start 100000 orchestrations, you would have a nice job for the weekend when trying to remove all the breakpoints.
I was wrong, there is an easier way:
Open the ‘Debugger’
- Remove breakpoint on the class
- Suspend all the instances in that are dehydrated due to a breakpoint
- Resume all the orchestration instances
Voila!
Comments