Created
February 5, 2016 18:19
-
-
Save GeorgeDellinger/f0447003462b9dc0d47b to your computer and use it in GitHub Desktop.
Disabling the Visual Studio Debugger for Windows Workflow Foundation (Legacy)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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