tanav-kambhampati / student2

This is the updated template repository.
MIT License
0 stars 0 forks source link

Debugging Issue #6

Open tanav-kambhampati opened 3 months ago

tanav-kambhampati commented 3 months ago
  1. Start the backend using Debugging image

  2. Set breakpoint at the beginning of endpoint code image

  3. Start in front end with a split screen loading source for an API fetch using GET. image

  4. Set a breakpoint on fetch, inside .then, inside .fetch image

  5. Run frontend, screen capture break at fetch while examining Body image

  6. Press play on frontend, observe stop inside of backend image

  7. Press play button to end backend debugging session. image

  8. Return to frontend debug session image

  9. Step in until you see data, screen capture capturing break point and Data. image

image