You can build this relocatable assembly project by selecting Project > Build Project from the IDE menu bar. When the project is built, the Linker generates a *.abs and a *.map file in the FLASH subfolder in the project directory, as the following image displays.
The Project_1.abs and Project_1.map files in the figure above are the Linker output files resulting from the object-code and PRM files.
To debug the project:
The Debug Configurations dialog box appears. The left side of this dialog box has a list of debug configurations that apply to the current application.
The perspective switches to the Debug perspective displaying the debugging process, as the following image displays.
In the Debug perspective, you can control your program's execution by setting breakpoints, suspending launched programs, stepping through your code, and examining the values of variables.
The Debug perspective displays information about:
The Debug perspective also drives the Source view. As you step through your program, the Source view highlights the location of the execution pointer.