Viewing binaries

The Modules view shows the application executable and all shared libraries loaded by the application during a debug session. In addition to the current project's executable file, the Modules view shows the other executables listed in the Other Executables pane (see Load multiple binaries).

To view the executables loaded during a debug session:

  1. Choose Window > Show View > Modules from the IDE menu bar.

    The Modules view appears.

    Figure 1. Modules view

    Modules View

  2. Click on the application executable to view its details.

    An executable can also be expanded in the Modules view (to shows its symbols) regardless of whether the executable has been targeted or not in the Debug Other Executable dialog.

  3. An executable that is not marked to be targeted at launch time can be forced to be targeted at any time during the debug session by choosing Load Symbols from the shortcut menu that appears on right-clicking the executable. The menu command will not be available if the executable is already targeted.
    Note: All executables listed in the Other Executables pane are added to the Modules view whether or not they are marked to be targeted or downloaded.