0

I'm using VS0212 Ultimate SP4 and I can't get intellitrace to work in my WP8 project. Any idea if Windows Phone 8 is supported?

Kate Gregory
  • 18,808
  • 8
  • 56
  • 85
Psychic Rush
  • 360
  • 1
  • 3
  • 14
  • Yes, windows phone 8 is supported, though I admit I've had a bug or two using it. You have to use catch clauses or it goes to the unhandled exception handler. – Benjamin Gruenbaum Dec 22 '13 at 18:25

1 Answers1

4

IntelliTrace does not support debugging of Silverlight, Xbox, or Windows Mobile applications.

Please check this link for the better refernce http://msdn.microsoft.com/en-us/library/dd264915(v=vs.100).aspx

Arjun Sharma
  • 595
  • 2
  • 9
  • 23
  • Appropriate link for the version of Visual Studio Freeon is using http://msdn.microsoft.com/en-us/library/dd264915(v=vs.110).aspx#IntelliTraceSupport – Mehmet Aras Dec 23 '13 at 09:20