Use the File > Import > Symbian OS Executable feature to import an executable into the Executables view and debug it. This is useful when the binary is not part of any project in the workspace. An example of this may be a library that is called from an mmp file. The binary must be built with the same build configuration as the current build configuration that is being used (compiler must be the same).
NOTE You also need the symbolics (.sym) file for debugging ARM build configurations.
NOTE Binaries built by the project can be debugged by selecting executables to debug in the Executable tab of the launch configuration Debug window.
The Import window appears (Figure 1).
Figure 1 - Import window
The Import Executable window appears (Figure 2).
Use the Select executable field to choose a single executable or Search directory field to select one or more Symbian executables to import from the specified directory.
Figure 2 - Import Executable window
The IDE imports the Symbian executable and displays it in the Executables view (figure 3).
Figure 3 - Executables view showing executable and source files
The new project is listed under the Project Explorer view, as shown in Figure 4.
Figure 4 - New executable listed