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