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?
Asked
Active
Viewed 193 times
0
-
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 Answers
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