AaronH1234 / student1

MIT License
1 stars 0 forks source link

Debugging Event #3

Open AaronH1234 opened 4 months ago

AaronH1234 commented 4 months ago
  1. Start the backend using Debugging image
  2. Set a breakpoint at the beginning of the endpoint code image
  3. Start in frontend with a 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
  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. image
  9. Return to frontend debug session image
  10. Step in until you see data, screen capture capturing break point and Data. image
ninaadkiran commented 4 months ago

I really liked your issue and I think it was very easy to follow. I also thought that your debugging Process was consistent with the steps asked of you in canvas which is very good. I think that you just got the last step a bit off.

I will give you a 1.86/2