Skip to content

Commit 9bed31f

Browse files
authored
Move procedure to separate paragraph, after intro.
1 parent 951e086 commit 9bed31f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/test/debug-unit-tests-with-test-explorer.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ ms.collection: ce-skilling-ai-copilot
1111
---
1212
# Debug and analyze unit tests by using Test Explorer
1313

14-
You can use Test Explorer to start a debugging session for your tests. Stepping through your code with the Visual Studio debugger seamlessly takes you back and forth between the unit tests and the project under test. To start debugging:
14+
You can use Test Explorer to start a debugging session for your tests. Stepping through your code with the Visual Studio debugger seamlessly takes you back and forth between the unit tests and the project under test.
15+
16+
To start debugging:
1517

1618
1. In the Visual Studio editor, set a breakpoint in one or more test methods that you want to debug.
1719

0 commit comments

Comments
 (0)