0

I try to run Diagnostic tools when I run my project for my smarthphone (In desktop-local machine works perfectly) but when I do it, erros message is showed:

"The Diagnostic Tools window does not support the current debugging configuration"

In Microsoft page have a small information about that: The Diagnostic Tools window currently does not support (http://blogs.msdn.com/b/visualstudioalm/archive/2015/01/16/diagnostic-tools-debugger-window-in-visual-studio-2015.aspx):

"Windows Store projects that are using JavaScript
 Windows Store projects that are running on a Windows Phone
 Debugging when Managed or Native Compatibility Mode is checked in Tools –> Options –> Debugging"

I put the configuration : Debug --> ARM

I try to do this: Visual Studio 2015 diagnostics tool does not support current debugging configuration but now work.

Someone know other tool to analyse my app in mobile phone, or what resolve my this issue?

Thanks

Community
  • 1
  • 1
fipcurren88
  • 701
  • 5
  • 26

1 Answers1

0

As you've mentioned, the Diagnostic Tools window currently does not support:

Windows Store projects that are running on a Windows Phone

If you want to analyse your app in mobile phone, you can use analysis tools in the Performance and Diagnostic hub. For more information, please see Run analysis tools from the Performance and Diagnostic page.

Jay Zuo
  • 15,653
  • 2
  • 25
  • 49