interactive development environment
interactive development environment
(programming, tool)Such systems are typically both interactive and integrated,hence the ambiguous acronym. They are interactive in that thedeveloper can view and alter the execution of the program atthe level of statements and variables. They are integrated inthat, partly to support the above interaction, the source codeeditor and the execution environment are tightly coupled,e.g. allowing the developer to see which line of source codeis about to be executed and the current values of anyvariables it refers to.
Examples include Visual C++ and Visual Basic.