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

Feature request: automatically attach testhost process when debugging unit tests #86

Open
ChristophSchmidpeter opened this issue Dec 5, 2020 · 1 comment

Comments

@ChristophSchmidpeter
Copy link

ChristophSchmidpeter commented Dec 5, 2020

When clicking on "Debug Test" above a xUnit / NUnit test, the console outputs: "Host debugging is enabled. Please attach debugger to testhost process to continue."
The user then has to attach to the process manually via ".NET Core Attach", select the right process among running processes, and press "continue". (See @baronfel 's instructions in #85)
Because the user-experience would be greatly improved in regards to unit tests, I suggest a feature to have these steps done automatically by the plugin.

@ChristophSchmidpeter
Copy link
Author

This issue is the only one that prevents me using vscode for F#, as it is very painful to attach the debugger dozens or hundreds of times per da. Is there really no way how to attach the debugger automatically? Or how difficult would it be to implement this feature?

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

1 participant