View Different
Source Files
When you start the debugger, a single Source
window appears.
If your executable file was linked from
several object files, you can open a Source window for each
object, and view several source files at once:
- Raise the Session Control window by
selecting it from the Windows menu of any main debugger
window
- Click on the + icon beside the name of the executable, to
open a list of object files
- Double-click on the object file you want to view. If that
object file is not already in a Source window, a new
Source window opens containing the source file for that
object file.
You can also open new Source windows from the File
menu of the Session Control window or of an existing Source
window:
- Select File->Open new source
- Enter the name of the source file.
This source file must be a part of the application you are
currently debugging.
- Click on OK. A Source window for
the new source file opens, if the debugger is able to
locate the file.

Change Views in a
Source Window
Open Other Debugger Windows

Problems Getting
a Source or Mixed View