Debugger does not load the source code for virtual methods

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
 
K

Keiji Oenoki

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.


--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top