EiffelStudio is an IDE for the Eiffel language (ECMA-367, ISO/IEC 25436, and ACM Software System Award 2006). It includes: Eiffel compiler, Eiffel editor, Eiffel code browsing tool, graphical design tool, refactoring tool, debugger, profiler, and Eiffel analysis tools (Metrics, Dependencies, etc.). Eiffel generates C or CLI for .NET or Mono. Eiffel applies O-O principles and Design by Contract for high-quality software. Many Eiffel libraries are included: ADT, network, GUI, database, parsing (including an Eiffel parser), XML, Web, COM, and more.
License: GNU General Public License (GPL)
Changes:
More than one error is reported at degree 3: all classes are compiled at degree 3 and all errors are displayed at the end. There is a new replay execution mechanism in the debugger: record an execution to replay it. This is useful when debugging a complex system where you just encountered a bug. At this point, you can play back the execution to find where the problem really occurred without restarting your debug session. There are various bugfixes.