- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
While debugging my projects, I can't see the result of an intrinsic function in Watch or QuickWatch. The projects are built using Debug Active Configuration. If I try to watch the value of, for example, ALOG10(DISTANCIA), the " undefined variable ALOG10" apears in place of the value of ALOG10(DISTANCIA).
In Project Settings, Fortran/Debug Debugging Level is Full, and have the " use program database for debug information" checked. Tried checking " Compile debugg(D)Lines" but it didn't work.
Is there any setting I am missing, or what I want is not possible?
Thanks for any hint
Geraldo
In Project Settings, Fortran/Debug Debugging Level is Full, and have the " use program database for debug information" checked. Tried checking " Compile debugg(D)Lines" but it didn't work.
Is there any setting I am missing, or what I want is not possible?
Thanks for any hint
Geraldo
링크가 복사됨
5 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Not possible. Watch is for variables (and subobjects of variables) only.
Steve
Steve
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Actually, watch even allows fairly complicated
expressions, for example X**2.5+X-5.
expressions, for example X**2.5+X-5.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Ok - variables and constants. But not function calls.
Steve
Steve
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
You need to have run Per-User Setup from the Visual Fortran program group.