Use pdb to debug python scripts on Linux.
- When using
import pdb pdb.set_trace()to breakpoint. Can I open the tui window like gdb, or a similar code window to see the code in real time? - When running to a function, is there a way to let me see where the function is called?