From 638ec1df246b3a1de6a204ea0add721ad0cdfc2b Mon Sep 17 00:00:00 2001 From: Stefan Forsberg Date: Sat, 20 Apr 2019 17:57:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 531543e..1282b28 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Due to some performance concerns discovery and test running over multiple direct #### Debugging -To debug a test, right click the test and choose to Debug test. The option to run and debug test that appear in the code lens are provides by the omnisharp plugin and has nothing to do with this extension. +To debug a test, right click the test and choose to Debug test. The option to run and debug test that appear in the code lens are provided by the omnisharp plugin and has nothing to do with this extension. The debugger might get stuck before loading your test assembly code. If this happens you can continue the debug process (F5) and it should load the rest of the assemblies and stop and the desired breakpoint.