Link to home
Start Free TrialLog in
Avatar of JustinBlandford
JustinBlandford

asked on

Displaying class debug info for an imported class using QuickWatch.

I have an MFC project (Visual Studio 6) which utilises a Visual Basic dll exporting a class library.  If I create an instance of a class from the VB dll in the MFC dll and add a watch to the variable, the only value I see is m_pInterface which is a pointer to the exported interface.  Ideally I would like to be able to view the class member variables through the watch window.  Is there any way of doing this?

ASKER CERTIFIED SOLUTION
Avatar of NawalKishore1976
NawalKishore1976

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JustinBlandford
JustinBlandford

ASKER

Don't particularly want to use a different debugger (unless there is no option).  Are you saying that there is no way of doing this through Visual Studio 6?