- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When I pass a variable of a given Type to a subroutine where the dummy argument is defined as being of Class(Type), my local variables (in Visual Studio) during debug only shows some integer value (probably a pointer to an adress).
My question, is there some way (debug flag maybe) which allows me to see the actual values for the local variables?
Thanks
// Gert
My question, is there some way (debug flag maybe) which allows me to see the actual values for the local variables?
Thanks
// Gert
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Gert
Does this happen to all local variables? (I am guessing not.) The debugger's inability to show class variables is a known issue (see http://software.intel.com/en-us/forums/showthread.php?t=75442&o=a&s=lr and a few other posts).
Abhi
Does this happen to all local variables? (I am guessing not.) The debugger's inability to show class variables is a known issue (see http://software.intel.com/en-us/forums/showthread.php?t=75442&o=a&s=lr and a few other posts).
Abhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Abhi! This answered my question directly, and from the other post it seams this will be corrected until the next release.
// Gert
// Gert

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