ratmat5 / EthanRStudent

MIT License
0 stars 0 forks source link

debug #2

Open ratmat5 opened 3 months ago

ratmat5 commented 3 months ago
  1. Start Backend using debugging
debug 1
  1. Set break point at the beginning of endpoint code

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

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

    debug 4
  2. Run frontend, screen capture break at fetch while examining Body

    debug 5
  3. Press play on frontend, observe stop inside of backend

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

    debug 7
  2. Press play button to end backend debugging session.

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