5

I would like to use diagnostic tool in Visual studio 2015. When I try to open it, I get this message: "The Diagnostics Tools window does not support the current debugging configuration"

Same problem was described here: Diagnostic tool failed I have "Use managed Compatibility Mode" unchecked, also "Use Native Compatibility Mode" is unchecked. Even if I change that, the same result. I have been trying to find the right debugging configuration, but with no success so far. Any idea? I have VS2015 Enterprise, Version 14.0.25425.01 Update 3.

Community
  • 1
  • 1
Simon
  • 1,955
  • 5
  • 35
  • 49

1 Answers1

2

You have two options here:

  1. Uncheck the Use Managed Compatibility Mode or Use Managed Native Mode. Then restart VS.

Tools –> Options –> Debugging -> General -> (Un-check) 'Use Managed Compatibility Mode'

  1. Run VS as admin.
Jimenemex
  • 3,104
  • 3
  • 24
  • 56