Method OnDebuggingStopped
- Namespace
- Alternet.Scripter.Debugger.UI.AlternetUI
- Assembly
- Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll
OnDebuggingStopped(object?, DebuggingStoppedEventArgs)
Handles the event triggered when debugging stops.
protected virtual void OnDebuggingStopped(object? sender, DebuggingStoppedEventArgs e)
Parameters
sender
objectThe source of the event, typically the object that raised the event. Can be null.
e
DebuggingStoppedEventArgsAn instance of DebuggingStoppedEventArgs containing event data related to the debugging stop.
Remarks
This method is invoked to perform any necessary actions when debugging has stopped. Derived classes can override this method to provide custom behavior.