This doc intends to provide basic understanding / skill to use the Python Debugger (PDB).
There's certainly more to the debugger than what's below. This just provides quick and dirty info.
Open a terminal / command line and navigate to the directory containing the main file you want to debug.