Is there a way to debug native code reasonably?
I can start my XamMac app (using a bound native library), load the native library in XCode and attach lldb. It works - breakpoints are hit, I can step through code, etc...
However it's virtually unusable because it constantly breaks on mono_jit_runtime_invoke.
Any way to stop that happening? Thanks!