Happy 2015, everyone…
I’m trying to track down an odd time waster in a few routines of a large project. I’ve run the code with Profiling enabled and get the report (which does identify the bloated code). I then double clicked the suspect code’s line in the profiler output and it takes me to the first element instead of the method or event (lowest element).
For example:
tmAdvancedOperationDrop.Action -> WMain.BackupFinderDrop -> WMain.Activate
Takes me to the top level control tmAdvancedOperationDrop instead of WMain.Activate
Shouldn’t it take me to the actual event / method for which the time has been calculated?
Bug or feature request?