|
Architect or Cobbler?
Good code starts with good design |
|
about me
links
Blogs I follow
recent posts
archives
feeds |
Developer Day ReviewSunday, June 04, 2006One thing I didn't get to demonstrate is the workflow debugger, which allows you to put breakpoints in the visual editor and then break into the workflow. It's simplicity itself, however it doesn't work if your workflow is in a workflow library, as debugging the workflow host doesn't trigger the "Ah, you're a workflow, so I'll load the workflow debugger" moment for VS20005. To fix it simply set the workflow library as the startup project, open up the project properties and navigate to the Debug pane. Make sure you select your workflow host application as the external process to start up (unless you're hosting the workflow in an ASP.Net application, then you should specify the URL of the starting page) Now you can set breakpoints in the designer, and they will be hit during debug. You can move through the workflow using F10 and F11 as normal, and you can still set breakpoints in the code. The call stack window shows activities rather than call stacks (unless it breaks in code) Go ahead, give it a try. # posted by James @ 1:37 PM |
|
|
|