Previous Next
Studying symbol definitions

Each symbol in the Symbol List is defined somewhere in your source code. The quickest way to get to a symbol definition is to double-click on the symbol name in the Symbol List.
To study the struct
pico_struct in the Source Editor:

  1. Press the Filters... button.
  2. In the SymbolTypes tab, select only the struct check box and press Ok.
  3. In the Symbol List, navigate to pico_struct and double-click on it.
    A Source Editor opens, the source file
    pico.h is loaded and the struct pico_struct is highlighted.

    Click for full size, then use Back button

  4. Close the Source Editor.
    The Source Editor is discussed in more detail in The SNiFF+ Editor.