I have a Xamarin.Forms application consisting of multiple referenced PCL projects for various functionality.
The problem that I am having is enabling debugging across the projects.
There is definitely a problem within one of the referenced projects but without been able to get into the source it is difficult to trace.
I have done the following:
- Build configurations for each project to ensure they are included in the Debug configuration
- Cleaned each project
- Cleaned the solution
- Rebuilt the solution
- Set breakpoints in the various projects
The most interesting point is that a client has the same solution but does not experience the same problem.
Hopefully somebody can shed some light.
Thanks