I was attempting to debug my python code in Vscode, but the variables and watch sections did not display anything.
I tried checking over my code to see if that was the problem but I'm sure there are variables that should be showing up.
Please check if you have set a breakpoint in the file, otherwise it will run the file directly to the end without displaying any information.
You can read document for more details about debugging in Python.