- Software Installation
- EiffelStudio How To's
- EiffelStudio: A Guided Tour
- EiffelStudio Reference
- EiffelStudio release notes
- EiffelStudio: General interface description
- Browsing tools
- EiffelStudio Editor
- Contract Editor tool
- EiffelStudio: Project settings window
- Compiler
- Debugger
- Execution commands
- Breakpoints
- Call stack tool
- Execution record and replay
- Object tool
- Expression evaluation
- Debuggee's Object Storage
- Threads tool
- Exceptions handling tool
- Stack overflow prevention
- Debugging tips with the objects grid view
- Debugging preferences
- Command line debugger
- Debugging limitations
- EiffelStudio's debugger release notes
- Release notes for EiffelStudio 7.1 related to the debugger
- Release notes for EiffelStudio 7.0 related to the debugger
- EiffelStudio 6 debugger release notes
- Release notes for EiffelStudio 6.8 related to the debugger
- Release notes for EiffelStudio 6.7 related to the debugger
- Release notes for EiffelStudio 6.6 related to the debugger
- Release notes for EiffelStudio 6.5 related to the debugger
- Release notes for EiffelStudio 6.4 related to the debugger
- Release notes for EiffelStudio 6.3 related to the debugger
- Release notes for EiffelStudio 6.2 related to the debugger
- Release notes for EiffelStudio 6.1 related to the debugger
- Release notes for EiffelStudio 6.0 related to the debugger
- EiffelStudio 5 debugger release notes
- Error List Tool
- Diagram tool
- Metrics tool
- Console tool
- Outputs tool
- Eiffel Information System
- AutoTest
- Wizards and dialogs
- EiffelStudio Preferences
- Formatted information about compiled classes and features
- Beta documentation
Release notes for EiffelStudio 6.7 related to the debugger
Graphical environment
- More compact "Execution" (debugger) menu
- Now changing the catcall detection from the exception handling dialog has immediate impact (previously the user had to interrupt and continue the execution to see the impact)
- It is now possible to open the exception dialog to visualize the CAT call warning exception at the debugger level.
- Minor change, now Ctrl+Alt+C (or +Ins) will copy into clipboard the selected stacks without the (stack) values and Ctrl+C (or +Ins) will copy into clipboard the selected stacks with stack values (local and arguments)
Debugger engine
- Now handle correctly manifest string and string_32 in debugger (expression evaluation)
- Improved stepping in MT debugging session. Now the debugger stays in the same thread (instead of jumping from a thread to another without any coherence).
- Fixed void-safety issue, when trying to evaluate `Result' in watch tool (previously, it was reporting VEVI ...)
Current restrictions and known issues
- You will find a list here.