A perspective is a layout of views (development tools) in the Workbench window. Each type of perspective is a combination of views, menus, and toolbars that enable you to perform a particular task. For example, the C/C++ perspective has views that are organized to help you develop your programs; the Debug perspective has views that enable you to debug those programs.
To Open the C/C++ perspective, select Window > Open Perspective > Other... and select C/C++.
Nsight contributes the following perspectives to the workbench:
This perspective is tuned for working with CUDA C/C++ projects. By default it consists of an editor area and the following views:
There a several additional views that may be useful during a debug session. You can add them by clicking Window > Show View > C/C++ to show them in the C/C++ perspective.
This perspective is tuned for debugging your program. By default it includes an editor area and the following views:
There a several additional views that may be useful during a debug session. You can add them by clicking Window > Show View > Debug to show them in the Debug perspective.
