Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass SynchronizationContext to Dbgx.DebugEngine #53

Open
ibebbs opened this issue May 18, 2022 · 2 comments
Open

Pass SynchronizationContext to Dbgx.DebugEngine #53

ibebbs opened this issue May 18, 2022 · 2 comments

Comments

@ibebbs
Copy link

ibebbs commented May 18, 2022

Hi,

I'm loving the 'Microsoft.Debugging.Platform.DbgX' package and seeing some early successes from it's use.

One frustration however is the use of the SynchronizationContext.Current static value. Would it be possible to pass the SynchronizationContext to use into the DebugEngine constructor? This would simplify it's use and facilite synchronization with other frameworks such as RX.

BTW, I'd happily submit a PR for this but Microsoft.Debugging.Platform.DbgX doesn't seem to be open-source (links from the Nuget page direct to Microsoft.Windows.SDK.Contracts).

Thanks,
Ian

@TimMisiak
Copy link
Contributor

Yes, I can update that. Thanks for the feedback!

The plan is to open source DbgX at some point, but I don't know when.

@TimMisiak TimMisiak self-assigned this May 27, 2022
@TimMisiak
Copy link
Contributor

This is in PR now, and should make it into the next release.

@TimMisiak TimMisiak removed their assignment May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants