Home Page › Forums › BizTalk 2004 – BizTalk 2010 › unable to debug orchestration › Re: unable to debug orchestration
March 31, 2010 at 2:21 PM
#24498
Limitation of Debugger:- Debugging inside of an atomic scope. You cannot set a breakpoint on shapes inside of an atomic scope or an orchestration that is defined as Atomic.
Fur further details please refer this: http://msdn.microsoft.com/en-us/library/aa953746(BTS.20).aspx
Alternative would be to writing information to the Event log or some file for testing purpose temporarily. or use the Long Running scope.