debuggingvisual-studio-2015workflow-foundation

Visual Studio 2015 does not hit breakpoint when debugging WF workflow


Visual Studio 2015 does not hit the breakpoint that I set when debugging WF workflow. Are there any settings that I have missed?

Steps to reproduce:

  1. Create new workflow console application
  2. Create workflow, e.g. just a WriteLine activity
  3. Set breakpoint on activity in workflow designer
  4. Hit F5 to run in debug

This works fine in VS 2012 and 2013, so I am thinking that either I am missing a setting or there is a bug...


Solution

  • Solved by disabling "Just my code" in debug settings. In my opinion the workflow is "my code" though...