Adding a Breakpoint Manually

You can add a breakpoint to the method under the failed test.

To add a breakpoint:

1.  Within the method whose call was failed, navigate to the place where you want to add a breakpoint.

2.  Right click on the method.

3.  Select Debug and Break Here.

A breakpoint will be added to the current position. If there are many failed tests, the last failed test that you debugged will be run.