Debug the Web API project

  1. Open the source code file that you want to debug.

  2. Click the left margin of the target code line to add a breakpoint.

  3. Press F5 to start debugging.

  4. During debugging, you can use the following shortcut keys:

    • F10: Step Over

    • F11: Step Into

    • Shift + F11: Step Out