Skip to content

Commit

Permalink
Merge pull request #3045 from davkean/NativeDebugging
Browse files Browse the repository at this point in the history
Turn on native debugging
  • Loading branch information
davkean authored Dec 12, 2017
2 parents a553d63 + 05b28a5 commit 43c5969
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/ProjectSystemSetup/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
"FSharpDesignTimeTargetsPath": "$(VisualStudioXamlRulesDir)Microsoft.FSharp.DesignTime.targets",
"CSharpDesignTimeTargetsPath": "$(VisualStudioXamlRulesDir)Microsoft.CSharp.DesignTime.targets"
}
},
"ProjectSystemSetup (with native debugging)": {
"commandName": "Executable",
"executablePath": "$(DevEnvDir)devenv.exe",
"commandLineArgs": "/rootsuffix $(VSSDKTargetPlatformRegRootSuffix) /log",
"environmentVariables": {
"VisualBasicDesignTimeTargetsPath": "$(VisualStudioXamlRulesDir)Microsoft.VisualBasic.DesignTime.targets",
"FSharpDesignTimeTargetsPath": "$(VisualStudioXamlRulesDir)Microsoft.FSharp.DesignTime.targets",
"CSharpDesignTimeTargetsPath": "$(VisualStudioXamlRulesDir)Microsoft.CSharp.DesignTime.targets"
},
"nativeDebugging": true
}
}
}

0 comments on commit 43c5969

Please sign in to comment.