<div dir="ltr"><div>Has anyone had any luck running debug builds of VTK (6.1) and Activiz .NET and stepping into the VTK code (C++) through the Activiz (C#) wrappers?</div><div><br></div><div>For instance, for me, I cannot step into a call like vtkDataSetAttributes_SetActiveScalars_71 below:</div><div><br></div><div>   public int SetActiveScalars(string name)<br>   {<br>      int rv = vtkDataSetAttributes_SetActiveScalars_71(this.GetCppThis(), name);<br>      return rv;<br>   }<br></div><div><br></div><div>(this example is in the vtkDataSetAttributes.cs file)  I've built VTK and Activiz with VS2008, but using with an app being developed on VS2013 (i.e. that's where I'm doing the debugging).</div><div><br></div><div>Could it be because Kitware.Mummy.Runtime.dll seems to be built without debug symbols?</div><div><br></div><div>Thanks,</div><div>Tom.<br></div></div>