- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- 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 フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I am not able to watcg even user-defined type variables and their memebers. Do I need to have some special settings to view them?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
You need to have run Per-User Setup from the Visual Fortran program group.