Is there a way to run a debugger on SmartDevice C++ DLL when it runs inside SmartDevice C# application? -



Is there a way to run a debugger on SmartDevice C++ DLL when it runs inside SmartDevice C# application? -

i using smartdevice c++ dll smartdevice c# application follows:

using system.runtime.interopservices; [dllimport("mycppdll.dll")] private static extern bool foo();

but seems there lot of bugs within dll.

strange thing when test dll on visual c++ project, every method within dll works fine.

it seems problems when import dll smartdevice c# application.

i want run debugger on dll not c# application.

but visual studio 2008 not back upwards option. (i think. maybe wrong.)

please tell me wrong , can run debugger on dll in situation.

c# c++ debugging import smart-device

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -