Stepping in an AAF file

In this section we will show you how to step in an AAF file. We will be using the default AAF file, the LSS file, which is generated when you build your project.

First you need to open a project and start a debug session. When the debug session has started, your project has been built and the LSS file has been generated. Break your program and select the LSS file from the AAF Debugger Tool Window.

Figure 1. Open the LSS file

The LSS file should now open and jumped to the breakline, highlighted in a yellowish color.

Figure 2. Breakline in a LSS file

You should now be able to step through the LSS file side-by-side the source file. Since the studio always steps through the source file, the sourcefile will always be on top, therefore it is recommended that you use the studios window snapping feature to have the two files open next to each other.

Figure 3. Source file and LSS file side-by-side