ellierozen / csp3-repo

MIT License
0 stars 0 forks source link

Individual seed/debugging #8

Open ellierozen opened 4 months ago

ellierozen commented 4 months ago

3.0 Seed, as well as 2.7 Seed requirements

2.7

DEBUGGING Backend

I have already stepped in so that I could see what is in body image

image

FRONTEND image

  1. Start backend using Debugging image

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

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

  4. Set break point 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 step over on backend until you have obtained data from database, screen capture Python Object image

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

  1. Return to frontend debug session image

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

image