Online Eiffel Documentation
EiffelStudio

Interrupting an application

There are two ways a debugged application can be interrupted: its execution can be paused, or it can be killed.

Two methods can be used to pause a debugged application:

To kill a debugged application, use the stop command, located in both the debug menu and the project toolbar.

See Also
Running a program
Using breakpoints