M8tth3 / m8th3_2.0

Apache License 2.0
0 stars 0 forks source link

Debugging #5

Open M8tth3 opened 6 months ago

M8tth3 commented 6 months ago
  1. Start backend using Debugging image

  2. Set break point at the beginning of endpoint code

  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 image

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

  8. Press play button to end backend debugging session image

  9. Return to frontend debug session image

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