How to tell LLDB debugger not to handle SIGBUS?

Viewed 13391

I'm embedding MonoTouch in an Xcode project, and want to stop LLDB debugger from handling SIGBUS signals, since they are used by the mono runtime. How can I do that?

1 Answers
Related