[SUGGESTION] Support Source Link with unit test debugging (or document how to set it up) #623
Labels
area-test
Test discovery, execution, debugging
enhancement
New feature or request
fixed-pending-release
Milestone
Describe the feature you'd like
While the
dotnet.unitTestDebuggingOptions
settings appear to allow for Source Link (to let me step into dependencies) they don't seem to be obeyed. I'd like to be able to step into source using Source Link during unit test debugging.It is possible I'm just not configuring it properly. I'm on a Mac M1 and I'm using these settings:
If this already works, providing some clear documentation showing how to set it up would be helpful. There's nothing on the testing page. These are similarly-named to the options listed on the debugger options page for
launch.json
but for unit testing.Alternatives considered
dotnet test
fromlaunch.json
instead.Environment Information
The text was updated successfully, but these errors were encountered: