Open
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