EshikaP1 / Student2

MIT License
0 stars 0 forks source link

Debugging #6

Open EshikaP1 opened 4 months ago

EshikaP1 commented 4 months ago

Start backend using Debugging and Set break point at the beginning of endpoint code: image Start in frontend with split screen loading source for an API fetch using GET: image Set break point on fetch, inside .then, inside .fetch image Run frontend, screen capture break at fetch while examining Body image Press play on frontend, observe stop inside of backend image Press step over on backend until you have obtained data from database, screen capture Python Object image Press play button to end backend debugging session. image Return to frontend debug session Step in until you see data, screen capture capturing break point and Data.