In this video, we explore Python's built-in debugger.
A quick cheathseet:
l
/ll
- show where we arew
- print the stack tracen
- nextc
- continue until next breakpoint or program end
- Read the official documentation - https://docs.python.org/3/library/pdb.html