anaghaa1206 / anagha12

A year long blog page which contains my projects and lessons and learnings from the AP CSP class.
MIT License
0 stars 0 forks source link

Debugging #4

Open anaghaa1206 opened 6 months ago

anaghaa1206 commented 6 months ago
Screenshot 2024-03-08 at 10 40 28 AM

Run debug file

Screenshot 2024-03-08 at 10 41 31 AM

Place breakpoint

Screenshot 2024-03-07 at 10 58 05 PM

error: Failed to Fetch

Screenshot 2024-03-07 at 10 06 36 PM

added a breakpoint

Screenshot 2024-03-07 at 11 06 33 PM

Login successful

Screenshot 2024-03-07 at 11 30 32 PM

Part of backend where error can be found

eshaank1 commented 6 months ago

1.85/2, show more on the backend such as stepping over and debugging

jm1021 commented 5 months ago

I looked at your CPT writeup. I think there is some confusion on answers related to terms: collection, selection, and iteration. All of them are incorrect.

The debugging is missing a lot of the steps requested.

DrishyaMody commented 5 months ago

I think you can also include the backend data in the debugger to ensure that the data is being displayed. Also maybe show the response in the network tab of the inspect element. I think you covered the key parts though! 1.8/2