How is a watchpoint set to determine the value of an array element during a “debug” ? The watch shows the array and it’s size and type, but not the value. I tried (and failed) to set a watch on array$(3), but watch would not accept it.
How is a watchpoint set to determine the value of an array element during a “debug” ? The watch shows the array and it’s size and type, but not the value. I tried (and failed) to set a watch on array$(3), but watch would not accept it.