- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It works fine on my other machine with the same project. I have been through the Project -> Settings and all items are the same.
Any idea why the watch window will not show the variable names? The Locals window shows the values OK.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Failure to run Per-user Setup from CVF program group
- or VC++ service pack installed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If Steve's suggestion does not resolve the problem then as an interrum solution try applying the scope operator to the variable. Example, assume you wish to examine a variable (YourVariable), the variable has global scope but which is declared in a module named FOO. Then watch for
FOO::YourVariable
If that does not work then open a Dissassembly window at a break point on a statement that references the variable in the other module. You might see something like "FOO_mp_FOO" for the above example. The solution is to scope it as follows
FOO_mp_FOO::YourVariable
If the variable has a leading "_" you may have to add that too.
This was my work arounds for older versions of IVF. The current version does not have this problem.
Jim Dempsey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, Steve's suggestion doesn't work. and I will try to completely uninstall IVF90 and try. We used VS.net 2003 + IVF90. it debugs ok and can show all variables. Now we plan to port to IVF91. I am doing test, so I haven't uninstall IVF90, but uninstall the integration component and installed new. but debug can't show all varibals. Now I will try Jim's suggestion.
Best Regards!
david
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please submit a report to Intel Premier Support and include a complete test case that shows the problem.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page