Namespace Alternet.Scripter.Debugger.UI.MAUI
Classes
- BaseEvaluationView
Represents the base evaluation view for the debugger UI in .NET MAUI.
- BreakpointsView
Represents a view for displaying and managing breakpoint items in the debugger UI.
- CallStackView
Represents a view for displaying and managing call stack items in the debugger UI.
- DebuggerContentView
Represents a base content view for the script debugger related information like Watches, BreakPoints, etc.
- DebuggerControlToolBarView
Represents a toolbar view for controlling debugger operations, providing buttons for common debugging actions such as starting, stopping, stepping, and evaluating.
- ErrorsView
Represents a view for displaying and managing error list in the debugger UI.
- LocalsView
Represents a view for displaying and managing local variables in the debugger UI.
- OutputView
Represents a user interface panel for displaying and managing debug messages and running process output.
- WatchesView
Represents a view for displaying and managing watches in the debugger UI.