- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not possible. Watch is for variables (and subobjects of variables) only.
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Actually, watch even allows fairly complicated
expressions, for example X**2.5+X-5.
expressions, for example X**2.5+X-5.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok - variables and constants. But not function calls.
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to have run Per-User Setup from the Visual Fortran program group.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page