dotTrace 2017.2 Help

Finding Method by Name

To find a method by name

  1. Do one of the following:
    • On the menu bar, choose Edit | Find Function.
    • Press Ctrl+F.
  2. Start typing characters in the text box. As you type, the lookup list narrows down, suggesting names that match the entered substring. Note that you can use the CamelCase notation. It is case-insensitive, so there is no difference between 'gtc' and 'GTC'.
    call tree 3
  3. Select a class or a method from the list and press Enter.

The found method becomes a root node containing call subtrees of all its occurrences. This also applies a filter by method occurrences and their subtrees.

Last modified: 14 December 2017