dotTrace
 
2021.3
Get dotTrace
You are viewing the documentation for an earlier version of dotTrace.

Navigate Between Function Calls

Last modified: 01 October 2021

If there are several calls of the current function, then the navigation bar appears:

Search toolbar

So you can navigate between function calls using toolbar buttons:

  • Click Next hotkey to navigate to the next function call.

  • Click Previous hotkey to navigate to the previous function call.

  • Click Last hotkey to navigate to the next non-recursive call.

You can navigate to your own function calls (as opposed to library function calls) and important calls in the Thread Tree, Call Tree and Hot Spots views.

dotTrace lets you skip call sequences which take insignificant amount of time. The rest of the nodes are much more likely to be worth your attention, so they are marked as "important" and highlighted with the Ico bar icon. It means that the function doesn't just call other functions but does some work on its own.

As it is easy to get lost during call stack investigation, dotTrace provides an opportunity to return to the root of the current call stack and navigate between siblings. So it helps you keep in mind the structure of the call stack and return to the beginning at any time with one action.