Variable viewer doesn't function with large arrays
Answered
Hey all,
When I use Python 3.6 to process a 30 second .wav file, sampled at 250 kHz, I can perform operations on the data. However, when I use the PyCharm debugger, or I use the console and enable the variable viewer, I get the message "Unable to display frame variables". Is there anything I can do about this? I'd like to use the debugger, but since the variable viewer breaks whenever I have a .wav file loaded, it's kinda problematic. I can't find anything about this online. Interestingly, Spyder has no problems with showing me all the variables in the variable viewer.
Cheers.
Please sign in to leave a comment.
Hello,
It's a known https://youtrack.jetbrains.com/issue/PY-12987, please vote for it to increase its priority and be notified about updates. Please also check https://youtrack.jetbrains.com/issue/PY-12987#comment=27-2009019, https://youtrack.jetbrains.com/issue/PY-12987#comment=27-2012386.
Thanks for the response. I voted for it, because this is quite silly. The workaround works for me, so I'm happy about that. Thanks again.