Debugging into COM C++ code through an .net interop class -
is possible step com c++ code being used through .net interop layer created tlbimp.exe c++ program. see symbols com c++ dll loaded in debug->modules window.
it possible, you'll need set visual studio debugger mixed mode in project properties. located under project properties->configuration properties->debugging->debugger type
Comments
Post a Comment