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

Add ManagedCOREandNative #317

Open
davidsanda opened this issue Oct 31, 2020 · 3 comments
Open

Add ManagedCOREandNative #317

davidsanda opened this issue Oct 31, 2020 · 3 comments

Comments

@davidsanda
Copy link

I have a gtest code, that uses .net core 3.1 libraries. Obviously, i want to debug them. However debugger engine only has Native and ManagedAndNative (and VsTestFramework, which is useless) which is for Managed Framework code.
Thank you.
Untitled

@csoltenborn
Copy link
Owner

Thanks for your feature request. I thought that this might be a quick win, but are not that sure any more. The thing is that the debugger engine is configured by making use of the constants defined in this class - there you find NativeOnly and ManagedAndNative, but nothing related to Core. For reference: The debugging engine is configured here.

I do not have the time right now to look deeper into this, but if you can tell me how to attach the according debugger engine, I might (or might not ;-) ) be able to provide that enhancement in no time.

@davidsanda
Copy link
Author

davidsanda commented Nov 4, 2020 via email

@csoltenborn
Copy link
Owner

Then this will have to wait until I have more available time - sorry for that...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants