ArnavNadar / student2

MIT License
0 stars 0 forks source link

Degubbing Issue #3

Open ArnavNadar opened 6 months ago

ArnavNadar commented 6 months ago
  1. Start backend using Debugging

image

  1. Set break point at the beginning of endpoint code image

  2. 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 shown with 5 below

image

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

image

  1. Press play on frontend image

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

image

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

  2. Return to frontend debug session image

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

image

jm1021 commented 6 months ago

I would like to see backend data more clearly. Most of the setup and session looks correct.