Start backend using Debugging
Debugger is running on cpt-frontend
Set breakpoint at the beginning of endpoint code
Backend endpoints
Start frontend with split screen loading source for an API fetch using GET.
Options which has a method GET and also URL which the GET request is being sent to
Set breakpoint on fetch, inside .then, inside .fetch
Fetch request uses the option and URL defined above. There is also a breakpoint where the data is returned
Run frontend, screen capture breakpoint 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.
Return to frontend debug session
The table is empty
Step in until you see data, screen capture capturing breakpoint and Data.
This is the data of the users within the table
Start backend using Debugging Debugger is running on cpt-frontend
Set breakpoint at the beginning of endpoint code Backend endpoints
Start frontend with split screen loading source for an API fetch using GET. Options which has a method GET and also URL which the GET request is being sent to
Set breakpoint on fetch, inside .then, inside .fetch Fetch request uses the option and URL defined above. There is also a breakpoint where the data is returned
Run frontend, screen capture breakpoint 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.
Return to frontend debug session The table is empty
Step in until you see data, screen capture capturing breakpoint and Data. This is the data of the users within the table