Variables not showing
See original GitHub issuePython : 3.6.8
Variables not showing
like in picture example, variable a
not showing on AREPL panel
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Variables not showing up in the workspace - MATLAB Answers
From my understanding variables are not visible to you in your workspace. It might be because you're working with function files rather than...
Read more >variable values not showing during debug vs 2019 16.2.4
When I hover over any of the local variables, I get not recognition of the variable nor its value. int testVariable = 1;...
Read more >VS2019 Mac MAJOR ISSUE - Not showing variable values on ...
- Run your project (ios or android) in debug on the simulator or attached to device. - At breakpoint hover over the object/variables....
Read more >[FP] 5.1.5 Variable Explorer : new variables not showing up
When debugging code, new variables do not show up in the Variable Explorer's table, even when clicking the 'Refresh variables' button. Works ...
Read more >Variables not displaying when running - Technical Questions
... however I do not see any variable values displayed on any screen or ... The whole set of screens showing variables was...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nope, Thanks for help and keep going. AREPL is really awsome!
Thanks for the video! That’s very useful.
Unfortunately I have bad news - I’m still unable to reproduce the problem. Futhermore, I googled the error and it appears to be a internal vscode error 😦
https://github.com/microsoft/vscode/issues/89038
Hopefully it will be fixed soon, but it’s been in the backlog for months so might be a while…
The only good news I have is that the unicode error that happened to you in the video was already reported in https://github.com/Almenon/AREPL-vscode/issues/149 and it will be fixed next release.
For now as a temporary solution you can create a .env with
PYTHONIOENCODING=utf8
Sorry I’ll not able to help out more.