1. Start backend using Debugging
  2. Set break point at the beginning of endpoint code 3+4. Start in frontend with split screen loading source for an API fetch using GET and Set break point on fetch, inside .then, inside .fetch 5 + 6. Run frontend, screen capture break at fetch while examining Body + press play on frontend, observe stop inside of backend 7: Press step over on backend until you have obtained data from database, screen capture Python Object 8: Press play button to end backend debugging session.

9: Return to frontend debug session

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