WF 3.5 Debugging dynamic workflows
One of the problems with WF 3.5 is the debugging experience.
One of my customers complained that he could not put a break point on an activity in a workflow that was dynamically loaded to the runtime.
I checked and found out that it is simply not supported.
It is impossible to break on a workflow when it is dynamically loaded unless the breakpoint is put in the workflow code.
The problem is that usually the workflow has no code. It is made of pre created activities. Only when code activity is used or handlers are registered to events there will be code to break on.
Let us all wait to WF 4.0