- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
I have a question regarding watching variables in VS2003.
I have a big module globalVariables that is used in nearly every subroutine and function. While debugging I can only watch the variables that are actually used in that subroutine or function where Ive set the breakpoint. All other variables are undefined variables the value column says. But sometimes I want to get the value of an variable, that is not used in that subroutine.
Is there a way to do that? It was normal in VS6.
Thanks in advance,
Markus
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If it is a module variable, you can add a watch for modname::varname.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, that did the trick.
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