Open ratmat5 opened 7 months ago
Set break point at the beginning of endpoint code
Start in frontend with split screen loading source for an API fetch using GET.
Set break point on fetch, inside .then, inside .fetch
Run frontend, screen capture break at fetch while examining Body
Press play on frontend, observe stop inside of backend
Press step over on backend until you have obtained data from database, screen capture Python Object
Press play button to end backend debugging session.
Set break point at the beginning of endpoint code
Start in frontend with split screen loading source for an API fetch using GET.
Set break point on fetch, inside .then, inside .fetch
Run frontend, screen capture break at fetch while examining Body
Press play on frontend, observe stop inside of backend
Press step over on backend until you have obtained data from database, screen capture Python Object
Press play button to end backend debugging session.