python - pyCharm Debugging: Variable Inspection, how to get more values? -


i dealing rather large arrays , when debug, need inspect them. problem though pycharm shows minority of values within array. instance, if debug code, following shown in "variables" window large numpy array of boolean values:

[ true  true  true ...,  true  true  true] 

even right click on variable , choosing "inspect..." open new window showing exact same shortened array.

how can rid of ... in middle, or @ least extend display more first , last 3 entries?

thanks!


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -