Debugging: Sources Window

See Also

The Sources window lists the source code files potentially available to the Debugger. The current source file is checked by default, meaning that the Debugger uses it during the debugging session. If you want the Debugger to be able to step into source files other than the current one, you can select those files in this window.

If you open the Sources window when a debugging session is running, it closes automatically when you end the debugging session. If you open the window when no debugging session is running, it stays open until you close it.

Actions

If you right-click inside the Sources window, the pop-up menu displays the following choices:

Menu Item Description
Add Class Exclusion Filter Enables you to name a class or series of classes that you want the Debugger to ignore.
Add Source Root Opens a dialob box enabling you to locate a source root on your system.
List Options Enables you to customize the display of the Sources window, including adding and removing columns of information, reordering the columns, and sorting the columns. See Customizing a Debugger Window for more information.
See Also
Debugger Windows

Legal Notices