Debug issue

Hi guys,

I develop a grasshopper component. The entry point for the component is c# codes. I call unmanaged c++ codds inside the c# codes. But I have problem to set a break point in the c++ codes, does anyone have come across the same issue before? I have put the dll and pdb file in the same directory as the c# grasshopper component. I use the command “GrassHopperDeveloperSettings” to include the directory into grasshopper. Now I can set a break point for c# codes, but for the break point in c++ codes, it complains that the symbol is not loaded. What should I do?
Thank you.
Regards
Eric

Hi @smartunfold,

In Visual Studio, set the Debug Type to Mixed (.NET Framework).

image

– Dale