Skip to content

Instantly share code, notes, and snippets.

@GeorgeDellinger
Created February 5, 2016 18:19
Show Gist options
  • Save GeorgeDellinger/f0447003462b9dc0d47b to your computer and use it in GitHub Desktop.
Save GeorgeDellinger/f0447003462b9dc0d47b to your computer and use it in GitHub Desktop.
Disabling the Visual Studio Debugger for Windows Workflow Foundation (Legacy)
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.diagnostics>
<switches>
<add name="DisableWorkflowDebugging" value="true"/>
</switches>
</system.diagnostics>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment