Forums

Debugging a python project with multiple files and watch variables values

I would like to create a python project with multiple python files, and debug through the code (line by line) and see the variable values. How can I do that? Is there any tutorial I need to watch first?

Take a look at https://docs.python.org/3.10/library/pdb.html