Selection History

The selection history is a circular list of your last 100 selection positions in the currently opened files.

You can use the Selection History command to display and jump to positions in the selection history. The Selection History command also displays the function or symbol where each history item is located, along with its file and line number.

In this example, a function call chain is in the selection history. WinMain calls InitApp which calls FStartDisp which calls HplAlloc. The last (i.e. "current") position is #4.

  1. WinMain in Main.c at line 1012
  1. InitApp in Init.c at line 103
  1. FStartDisp in Disp.c at line 201
  1. >> HplAlloc in Plex.c at line 421

More:

Go Back and Go Forward commands


Home Contents Previous Next