Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2015 PerfTips Not Working

I am running Visual Studio 2015 Enterprise. I have tried without success to get the Perftips to appear while debugging. I have searched the internet for information and all I see are instructions on how to set the option which I have done numerous times.

Has anyone else had this problem and if so, what did you do to get them to appear?

like image 887
Jack Welch Avatar asked Mar 09 '23 08:03

Jack Welch


1 Answers

(1)Please make sure that the breakpoint was hit. For example, I just debug a simple Winform app, it works well.

enter image description here

(2)Navigate to Tools –> Options –-> Debugging –> General, Checked the “Show elapsed time PerfTip while debugging”.

(3)Please use the latest VS2015 version with the update 3.

Update:

Discuss with Jack Welch, the solution is that we need to unchecked the option named " Use Managed Compatibility Mode" under Tools->Options->Debugging->General.

like image 178
Jack Zhai-MSFT Avatar answered Mar 15 '23 12:03

Jack Zhai-MSFT