Hi
is there any way to see the debug prints on a windows phone - something similar to epocwind.out on symbian ?
Hi
is there any way to see the debug prints on a windows phone - something similar to epocwind.out on symbian ?
Yes, using the namespace System.Diagnostics you will findCode:Debugger.Log(1, "YourTag", "YourText");