VS Code variable Pane always empty after running Python code #21225
Unanswered
ShervinAtaeian
asked this question in
Q&A
Replies: 1 comment 2 replies
|
Are you running your code under the debugger, as that's the only way to get variables to show in the variable pane? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I run a .py file in VSCode, my variable pane is always empty. I have installed the Python Extension for VSCode and still no success. My VSCode version is 1.78.1.
All reactions