You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: