Open srivaidyas opened 8 months ago
Start the backend using Debugging
Set breakpoint at the beginning of endpoint code
Start in front end with a split screen loading source for an API fetch using GET.
Set a breakpoint 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 the play button to end the backend debugging session.
Return to frontend debug session
Step in until you see data, screen capture capturing break point and Data.
Start the backend using Debugging
Set breakpoint at the beginning of endpoint code
Start in front end with a split screen loading source for an API fetch using GET.
Set a breakpoint 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 the play button to end the backend debugging session.
Return to frontend debug session
Step in until you see data, screen capture capturing break point and Data.