Hello,
I have a two-dimensional array x_data [ ] [ ]. In the Variables window I can view x_data [ 0 ], x_data [ 1 ]... If I click on the plus sign because I want to see the individual elements a popup shows up suggesting to provide the array view because the number of elements is too large. With the array view (and only with the array view) I can view all elements of my array.
Now, I want to have the debugger break execution if say x_data [ 1 ] [ 1 ] changes - but I see no way to achieve this because in the array view I can not add / edit a watch expression.
Is there a possibility to achieve this goal?
Thanks a lot!
(using CVI2017)