Hi,
I have COM EXE Component written in C#, another dll Component written in VC++, through smart Pointer(by generating tlb) i m calling C# API's from VC++.
My question is what options(Compiler options probably) should be specified so that when I debug from VC++ component I can stepInto C# and continue debug even there.

Thx in Advance.