djones
6 years agoOccasional Contributor
Is it possible to profile service fabric applications?
I attempted to profile a service fabric application running on a local cluster. To do so, I started the service fabric application in my IDE (Visual Studio 2017) then detached the debugger, thus allowing me to attach to the process with AQtime. However, when I tried to "Get results now", I got nothing -- no information whatsoever. I added the path to the PDB files into the Project Search Directories dialog and tried again. Still nothing.
Surely it must be possible to profile service fabric applications, but is there some unusual trick to it?
Thanks,
Dennis Jones