Auto-attach to service hub process on debug#53601
Conversation
There was a problem hiding this comment.
In the current form, this will impact Ctrl+F5 scenarios (start without debugging). There are two changes needed:
- This should only impact F5 scenarios (start debugging)
- This should automatically attach the managed debugger from the current process, as opposed to calling
Debugger.Launchand forcing the user to complete the process
An example of (2) can be seen in our integration tests.
roslyn/src/VisualStudio/IntegrationTest/TestUtilities/VisualStudioInstance.cs
Lines 104 to 115 in 075251e
|
@sharwell I was also thinking of moving this to a separate profile such as |
This is not possible with service hub today. If we fully owned the process we could do this |
Sure, this would be totally fine. |
I think we just want to set this value in environment we launch VS in.