- Fight through unknowns in a unit test.
- Set breakpoints in the test.
- Right-click in the file and select: Run Tests
- Let the test run or stop it.
- The "Test Results" pane should appear and moreover this pane should be kept around, docked.
- Click on "Debug" in the "Test Results" pane.
- Do the usual debugging
- F5 goesto the next breakpoint
- F10 goes to the next line in the same file
- F11 goes to the next line called even if it is in another file
No comments:
Post a Comment