As a beginner, I often get stuck debugging my code. Anyone here using VSCode or PyCharm—can you share how you set breakpoints and inspect variables step-by-step?
I don't often use breakpoints, but I think it's normal for the Variables Panel to show non-updated or empty variables.
I suggest printing the variables to the console or using Colab to split the code into smaller parts for better monitoring of the variables(as you mention Pycharm I think you is programming in python).
Hope my advice can help you : >