-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Labels
Pri3Low priorityLow prioritydoc-ideaIndicates issues that are suggestions for new topics [org][type][category]Indicates issues that are suggestions for new topics [org][type][category]dotnet-framework/svcwinforms/subsvc
Description
Type of issue
Other (describe below)
Description
Greetings,
I really appreciate having this walkthrough for debugging custom controls using the In-Process designer for Visual Studio.
At some point, I migrated my custom control project to the newer .NET Projects system, while maintaining .NET Framework as my target framework. I've found an easy solution for launching Visual Studio within the debugger, using this launchSettings configuration:
{
"profiles": {
"Debug devenv": {
"commandName": "Executable",
"executablePath": "$(DevEnvDir)devenv.exe",
"commandLineArgs": "$(SolutionPath)"
}
}
}
I wonder if it would be worth adding this to the walkthrough, to help people who are using the new Projects format?
Page URL
Content source URL
Document Version Independent Id
f493ff27-e2e1-ad7e-38d4-46ded0c45022
Article author
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Pri3Low priorityLow prioritydoc-ideaIndicates issues that are suggestions for new topics [org][type][category]Indicates issues that are suggestions for new topics [org][type][category]dotnet-framework/svcwinforms/subsvc