I am adding some elements to layout file. How can I see the changed xml code of mainLayout in debugger?
ViewGroup mainLayout = FindViewById(Resource.Id.relativeLayerWrapper);
View view = this.LayoutInflater.Inflate(Resource.Layout.IconTrue, mainLayout, false);
mainLayout.AddView(view, 2);