Debugger open in backend:
Consol open in browser
For invalid input:
Added breakpoints + break at fetch while examining Body
( To break my code, I inputed a wrong value. this resulted in nothing my code not working(nothing is happening)) (I added breakpoint in fetch in the frontend, and as expected, the code stops at the fetch.
Stop in backend:
End of debuging session:
Resulting error in frontend:
Fully ran debugger in frontend:
Network tab in inspect:
Successful
Added breakpoints + break at fetch while examining Body
Stop in backend:
End of debuging session:
Resulting in frontend:
Ran fully in frontend:
Press step over on backend until you have obtained data from database, screen capture Python Object
(stepped through to code that takes data from database table)(highlighted lines) (Before: the value from currentmoney is not shown and its not obtained form the database yet)(After: A value for currentmoney is shown and its obtained for the database users table)