Hello,I would like to know if is it possible to load an array data (from a text file or something like that) while debugging.Imagine to have the array int data[100];I would like to be able to fill it (while debugging) with values generated by me.Is t...