Software Archive
Read-only legacy content

watch array

Intel_C_Intel
Employee
696 Views
I am debuging a very simple promgram as following. But I can not get the value of array 'a' in the watch window.

I put 'a' in the watch window, I was told ' symbol 'a' not found.

real*8 a(10)

do 10 i = 1, 10
a(i) = i
10 continue
write(*,*) (a(i), i = 1,10)
end
0 Kudos
1 Reply
Steven_L_Intel1
Employee
696 Views
Run Per-user setup from the Visual Fortran program group.

Steve
0 Kudos
Reply