When CLion writes CPP, the array passed by the function argument, why can't you see the entire array in the function when debugging, but only display the value of the first address of the array.

problem description

when CLion writes CPP, the array passed by the function argument, why can"t you see the entire array in the function when debugging, but only show the value of the first address of the array.

the platform version of the problem and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)

clipboard.png

what result do you expect? What is the error message actually seen?

CPP
Jul.30,2021
Menu