Silverfrost Forums

Welcome to our forums

Array range in Visual Studio 2015 debugger

8 Mar 2017 1:55 #19011

After being unable to figure out the appropriate forum for this question I decided to just post it here:

Is it possible to add array ranges to the VS debugger watch window? I tried everything from my_array+10,10 (C syntax) to my_array(10:20) (Intel Visual Fortran syntax, the more natural one IMO) but it just doesn't work. In SDBG, this can be achieved by right-clicking and specifying a range, therefore I hope this is possible in the VS debugger as well. Thanks in advance.

Please login to reply.