Software Archive
Read-only legacy content
17060 Обсуждение

watch array

Intel_C_Intel
Сотрудник
694Просмотр.
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 баллов
1 Ответить
Steven_L_Intel1
Сотрудник
694Просмотр.
Run Per-user setup from the Visual Fortran program group.

Steve
Ответить