Dashboard command to detach and reattach the debugger
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
Sometimes I debug a method in a common library that is called from multiple projects, but only one of them is producing the problem i'm trying to solve. In this case my breakpoint will be hit with many irrelevant cases.
### Describe the solution you'd like
It would be handy to be able to detach and reattach the debugger from the dashboard. This can be done manually in visual studio but having it in the dashboard would be convenient. Also there could be the possibility to detach / reattach the debugger from all the projects with a single action in the dashboard
Contributor guide
Assessment
This issue has not been assessed yet.