Hi,
I have a ShareExtension inside my project on IOS. When I put a break point inside the ShareExtension it never enter in it. Also, I tried to add a Debug.Writeline("blabal") but it doesn't work.
Project structure
IOS
IOS.ShareExtension
Thank you,
David
Answers
Debugging support for Extensions is not currently available in Xamarin Studio.
mmm Ok another solution?
It's a royal pain. Only way I've been able to do any debugging on Extensions is to litter the code with Console.WriteLine(..) methods, but the console output from extensions (at least from ShareExtensions and ActionExtensions) does not show up in the Xamarin Studio console output. The only way to see the console output in Extensions that I've found is as follows: