AnvayYadav / student

Repository for my github page.
MIT License
0 stars 0 forks source link

Debugging Issue #4

Open AnvayYadav opened 4 months ago

AnvayYadav commented 4 months ago
  1. Start backend using Debugging

image

Running backend and debugging 2. Set break point at the beginning of endpoint code

image

  1. Start in frontend with split screen loading source for an API fetch using GET.

image

  1. Set break point on fetch, inside .then, inside .fetch

image

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

image

  1. Press play on frontend, observe stop inside of backend

image

  1. Press step over on backend until you have obtained data from database, screen capture Python Object image

  2. DONE 9/10 Return to frontend debug session Step in until you see data, screen capture capturing break point and Data.

image