|
-
November 3rd, 2015, 10:05 AM
#1
How to put watch on non static map within class
Hi,
In the following class
class CDiaConnection
{
public:
map<string, CDiaSession *> m_mSessions;
}
I am trying to add watch on the following map..How can i do this, as it is not global, it comes out of member functions, and it is lost..
somehow this map gets empty after some runs and i want to see where
thanks
~pdk
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|