Debugger does not load the source code for virtual methods

  • Thread starter Thread starter Arun
  • Start date Start date
A

Arun

Hi,

I've got a managed class , inside which I'm instantiating an unmanaged
class. If that class has some virtual methods, then while debugging I
couldn't jump into the source of that virtual method. I can go into the
source of other non virtual methods of the same unmanaged class.
Surprisingly this happens only in one condition: Only when I declare a smart
pointer to an other COM exe.(Just declared, the cocreateinstance is not
called). If I comment this declaration, things are going fine.

Anybody has some clue to help me with this

Thanks,
Arun
 
Hi Arun,
Can you not step into or simply cannot see the source?

--
Keiji Oenoki
Visual C++ Team
This posting is provided AS IS with no warranties, and confers no rights.


--------------------
 
Back
Top