- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using MSVS2005 and IVF 9.1.
I have a variable declared in a module but not inside any subroutine. During the debugging process, no value appears when I move the curser over that variable in a subroutine. If I set it as one of QuickWatch, it shows Undefined variable xxx in the Watch 1 panel.
How could I see the value of this variable?
Wen
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is documented in the Building Applications manual section on using the debugger. In the watch window, use the syntax modname::varname. You may not need this if the variable is referenced in the current program unit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve,
Thank you. I read the manual some time ago and forgot about many of the features. I have just reviewed the debugger section.
Wen

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