Info on why breakpoints arent resolving

Hi,
Is it possible to provide more info on why a breakpoint wont resolve ? I have an ios app and a couple of multi target libraries in a solution but breakpoints in the libraries arent being resolved. I thought it might be broken but I tried with a simple test case and that was fine.

Cheers,
John

I’m afraid “because there’s no debug info that covers this line” is going to be the single one reason why a breakpoint doesn’t resolve.

Now, you might wanna know ow why is there no debug info for this line, but that’s really a question the debugger won’t be able to answer…

But I’ll run this by the team anyways to see if they have any ideas.