Overview
Nsight, Eclipse Edition is a complete IDE for developers looking to leverage CUDA C/C++
platform. It is based on Eclipse CDT that provides
C and C++ extensions to the Eclipse workbench. For more information about
Eclipse, see Workbench User Guide > Concepts > Workbench.
Nsight main perspective is the C/C++ perspective of the Eclipse workbench. The
C/C++ perspective consists of an editor and the following
views:
- Project Explorer
- Shows all of the file system's files under your workspace directory.
- Console
- Displays your program's output, as well as the output from your build and external tool chain.
- Editor
- The editor view provides specialized features for editing source files.
- Make Targets
- Enables you to select the make targets you want to build in your workspace.
- Outline
- Displays the structure of the file currently open in an editor.
- Problems View
- If you encounter any errors during a build they will be displayed in the Problems view.
- Properties
- Shows the attributes of the item currently selected in a view or an editor.
- Search
- Shows the results of searches for files or text.
- Tasks
- Lists tasks that you want to keep track of, either as a schedule of things to do or a history of things that have been done.
For more information, see Workbench User Guide > Concepts > Perspectives.
Additional information
For more information on the Eclipse CDT project,
refer to http://www.eclipse.org/cdt/:
- CDT newsgroup:
The place to ask questions about how to use the CDT.
- User FAQ:
Provides answers to the most common questions about using the CDT.
- CDT Wiki:
This is the main source for information around CDT.
License
The CDT is an open source project and is licensed under the Eclipse Public License.
Working with existing code
Views