Event ExecutionStopped
- Namespace
- Alternet.Scripter.Debugger.IronPython
- Assembly
- Alternet.Scripter.IronPython.Debugger.v9.dll
When implemented by a class, occurs when debugging is paused.
public event EventHandler<ExecutionStoppedEventArgs> ExecutionStopped
Returns
- EventHandler<ExecutionStoppedEventArgs>
- When implemented by a class, occurs when debugging is paused.
- Implements