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

Popular posts from this blog

Azure implementation guidelines

UK Connected Systems User Group – BizTalk Services questions

Setting up a build server with the BizTalk Deployment Framework