The Source window displays the source code contained in the program being debugged. When program processing stops, the current source line position is automatically displayed. The current source line is indicated by a colored bar and will move as the program is debugged.
Users have the ability to switch between compiler supplied source views with the Change Source View option available by selecting Actions -> Change Source View from the menu bar or by right-clicking the source windows and selecting Change Source View from the context menu.
The source window also provides the ability to display the contents of variables simply by placing the cursor over any valid variable or highlighting any valid variable within the source code. The contents of the variable display in the message section at the bottom of the system debugger.
Multiple source windows may be open on the desktop. The Windows menu provides a list of all current source windows.
Options for the Source window are available from the context menu and the menu bar. Menu options that have an icon appear on the tool bar.