Profiler in release mode -> callstack?
Visual Studio
1
Posts
1
Posters
1
Views
1
Watching
-
Hey, one thing I haven't figured out yet is how to use the VStudio profiler in release mode as is suggested by basically all guides about it. I can do it of course but since I don't have any debug symbols loaded, I won't have any callstack or detailed information about running times per method and such and it all in all appears quite useless. My work-around has been to create a release configuration with debug symbols but I'm wondering if there is a better, official way. Quite confused why all documentation I've seen thus far didn't mention anything about this issue.