How can I see the current value of workflow variables when debugging the WF 4 Workflow Service (hosted in IIS 7.5 / AppFabric)?
I connect Visual Studio 2010 to w3wp.exe, but when the breakpoint in activity hits, only the following parameters are displayed in the Locals debug window:
- isPriming
- typeIslandArguments
- DebugInfo
An attempt to add a workflow variable manually to the Look results in the Name xyz does not exist in the current context.
Am I doing something wrong? My environment is messed up (on a computer running Windows Server 2008 R2 with installed version of VS 2010 and VS 11), is it possible that VS 11 broke something?)
Any ideas?
source
share