advikg / student

MIT License
0 stars 1 forks source link

Debugging Event Tri 2 #9

Open advikg opened 7 months ago

advikg commented 7 months ago
  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 .catch 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.
  9. Return to frontend debug session
  10. Step in until you see data, screen capture capturing break point and Data. image
spooketti commented 7 months ago

1.83/2 Really well done, you clearly show your knowledge of how the debugger works in both the browser and the backend. Great work Advik!

Akhil353 commented 7 months ago

1.82/2

This issue is very refined, going over the steps on Canvas. The images show what is happening and the rundown of the debugging, along with the effects of each step. While the steps could be labeled clearer, this issue is very well made.