Hi
is there any way to see the debug prints on a windows phone - something similar to epocwind.out on symbian ?
Printable View
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 [I][/I][B]System.Diagnostics[/B] you will find [CODE]Debugger.Log(1, "YourTag", "YourText");[/CODE]