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
Post a Comment