We would like to know how a managed C# executable running in the mono environment can step into an unmanaged C++ shared object's code using the Monodevelop debugger on a Ubuntu Linux 15.10 platform. The Monodevelop version is 5.5 and the mono version is Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-4ubuntu4) and the .NET version is 4.5. I have used gdb to step into an unmanaged C++ shared object's code. However, we would like to solely use the Monodevelop debugger on a Ubuntu Linux 15.10 platform for both managed C# code and unmanaged C# code. Thank you in advance.
I was just notified that basically this is not supported there was some attempt to make this work, but it's lacking time and interest to make it work.. https://github.com/mono/debugger-libs/tree/lldb-debugging PullRequests are always welcome |
|||||||||
|
Please let me know if you have any questions. |
|||||
|