Navigate Between Function Calls
To navigate to the next or previous function call
From the menu bar, choose
orPress F3 or Shift+F3.
To navigate to the next non-recursive function call
From the menu bar, choose
.Press Ctrl+Shift+F3.
If there are several calls of the current function, then the navigation bar appears:
So you can navigate between function calls using toolbar buttons:
Click to navigate to the next function call.
Click to navigate to the previous function call.
Click 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.
To navigate to the next or previous own code call
From the menu bar, choose
or .Press Ctrl+Right or Ctrl+Left.
To navigate to the next or previous important call
From the menu bar, choose
or .Press Ctrl+Shift+Right or Ctrl+Shift+Left.
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
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.
To navigate to the next or previous sibling
From the menu bar, choose
or .Press Ctrl+Down or Ctrl+Up.
To navigate to the subtree root
From the menu bar, choose
.Press Ctrl+Home.