There are several ways in which to start a debug session from within Wing:
- Choose Start / Continue from the Debug menu or push the Debug
icon in the toolbar. This will run the current file open in the editor.
Execution stops at the first breakpoint or exception, or upon program
completion.
- Choose Step Into from the Debug menu or push the Step Into
icon in the toolbar. This will run the main debug file if one has
been defined, or otherwise the file open in the frontmost editor window.
Execution stops at the first line of code.
- Use one of the key bindings given in the Debug menu.
Once a debug process has been started, the status indicator in the lower left of
the window should change from white or grey to another color, as described
in Debugger Status.