LincolnC2008 / student3

MIT License
0 stars 0 forks source link

Debugging #7

Open LincolnC2008 opened 7 months ago

LincolnC2008 commented 7 months ago
  1. Start backend using Debugging

Screenshot (137)

  1. Set break point at the beginning of endpoint code

Screenshot (138)

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

Screenshot (140)!

  1. Set break point on fetch, inside .then, inside .fetch shown with 5 below
  2. Run frontend, screen capture break at fetch while examining Body

Screenshot (142)

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

Screenshot (143)

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

Screenshot (144)

  1. Press play button to end backend debugging session.

Screenshot (146)

  1. Return to frontend debug session

9

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

Screenshot (145)