Variable viewer doesn't function with large arrays

已回答

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.

0
0
Avatar
Permanently deleted user

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. 

0

请先登录再写评论。