Microsoft Store
 

Integrated development environment


 

An integrated development environment (IDE) (also known as an integrated design environment and integrated debugging environment) is computer software to help computer programmers develop software.

Related Topics:
Computer software - Computer programmer

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

They normally consist of a source code editor, a compiler and/or interpreter, build-automation tools, and (usually) a debugger. Sometimes a version control system and various tools to simplify the construction of a GUI are integrated as well. Many modern IDEs also integrate a class browser, an object inspector and a class hierarchy diagram, for use with object oriented software development. Although some multiple-language IDEs are in use, such as the Eclipse IDE or Microsoft Visual Studio, typically an IDE is devoted to a specific programming language, as in the Visual Basic IDE.

Related Topics:
Source code editor - Compiler - Interpreter - Debugger - Version control system - GUI - Class browser - Object inspector - Class hierarchy diagram - Object oriented - Eclipse - Microsoft Visual Studio - Programming language - Visual Basic

~ ~ ~ ~ ~ ~ ~ ~ ~ ~