Debugger open in backend:

image

Consol open in browser

image

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)) image (I added breakpoint in fetch in the frontend, and as expected, the code stops at the fetch.

Stop in backend:

image

image

End of debuging session:

image

Resulting error in frontend:

image

Fully ran debugger in frontend:

image

Network tab in inspect:

image

Successful


Added breakpoints + break at fetch while examining Body

image

Stop in backend:

image

End of debuging session:

image

Resulting in frontend:

image

Ran fully in frontend:

image

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) image