dotnet / dotnet/project-system
Notify whenever the Debugger's abitility to `CanLaunchDebug` changes
Open
Feature-Debugging
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
Currently `StartupProjectRegistrar` asks the debugger whether it can launch debug for a project whenever the OutputType for a project changes but there are other changes that could change the debugger's ability to launch or not launch. For example, adding/removing a custom launch profile with an exe or browser. We need a way to listen to those changes as well.
Contributor guide
Assessment
This issue has not been assessed yet.