Reputation: 31
I am attempting to debug my code through Visual Studio 2022 (Version 17.2.6) and cannot for the life of me seem to figure out why my diagnostic tools are not populating with performance metrics. The Events are able to appear through the 'Events' tab but that's just about it.
Mainly want to record CPU metrics to see some bottlenecks within the code and am not sure how else to perform this is the panel is just empty. There does not seem to be a whole lot of other examples out there. Has anyone come across this situation?
Upvotes: 3
Views: 1159
Reputation: 3004
I had the same issue.
Reinstalling WebView2 in apps & features resolved the issue for me.
Steps copy/pasted from the Q/A forums:
Try that out and see if that fixes your issue.
Upvotes: 0