Decouple the background service from the actual attach. #4
CZEMacLeod
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment, the attach is done in the ResourceNotificationService WatchAsync enumerator.
We could have an event using the eventing system which tries to do the actual DebugAttachAsync. There is already code which creates a DebugAttachExecutionContext which could be used.
This would mean that when we have Skip enabled, (such as for Node) and are waiting for the debugger attach information, we could just push the same event.
Beta Was this translation helpful? Give feedback.
All reactions