[Mono-dev] debug embedded mono
marcus julius
marcusjls at yahoo.com
Fri Aug 6 10:01:40 EDT 2010
Hi,
I have a C++ application that uses C sharp classes which also use C++ functions. Thus, both C++ and C sharp call each other, but main project that I run is C++. The question is how to debug this project?
I tried to create a dummy start up C sharp project and call my C sharp code from there. The mono debugger works for the C sharp code, but it does not find the C++ functions that are called from within C sharp. MethodNotImplemented exception is thrown.
The mono debugger does not work on C++ and regular debugger cannot access to the Mono code in C sharp.
So, any information on how to do it?
Sorry if it is confusing and thanks for your help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100806/b33b03fc/attachment.html
More information about the Mono-devel-list
mailing list