Namespace Alternet.Scripter.Debugger.UI.Wpf
Classes
- AddToWatchClickEventArgs
Provides data for the
Locals.AddToWatchClick
event.
- BreakpointChangedEventArgs
Provides data for the
Breakpoints.BreakpointStateChanged
andBreakpoints.BreakpointDeleted
event.
- BreakpointClickEventArgs
Provides data for the
Breakpoints.BreakpointClick
event.
- Breakpoints
Interaction logic for Breakpoints.xaml
- Breakpoints.ListViewItemData
Provides an item data in the ListView control.
- CallStack
Interaction logic for CallStack.xaml
- CallStackClickEventArgs
Provides data for the
CallStack.CallStackClick
event.
- DebugMenu
Represents a collection of the menu items used to execute debugger-related commands.
- DebuggerControlToolbar
Interaction logic for DebuggerControlToolbar.xaml
- DebuggerException
Interaction logic for DlgDebuggerException.xaml
- DefaultDebuggerUICommands
Represents a class that contains Debugger commands processed by the Debugger UI.
- ErrorClickEventArgs
Provides data for the
Errors.ErrorClick
event.
- Errors
Interaction logic for Errors.xaml
- EvaluateDialog
Interaction logic for EvaluateDialog.xaml.
- EvaluateDialog.CodeCompletionOptions
Represents options that affect code completion in the evaluation dialog.
- EvaluationResultsTreeController
Represents a controller for the expression evaluation operations.
- Locals
Displays and evaluates local variables during script debugging.
- Output
Interaction logic for Output.xaml.
- RunParameters
Interaction logic for RunParameters.xaml
- SetValueDialog
Represent a dialog window used to update an expression value.
- ThemeBinding
Represents a binding between the theme-based WPF resources and visual elements of the debugger-related controls.
- ThreadClickEventArgs
Provides data for the
Threads.ThreadClick
event.
- Threads
Interaction logic for Threads.xaml
- VariablesEvaluationControlBase
Provides a base class to evaluate list of expressions during script debugging. This class is abstract.
- WatchAddedEventArgs
Provides data for the
EvaluateDialog.WatchAdded
event.
- WatchDialog
Represents a dialog box to add a new watch expression.
- Watches
Displays and evaluates watch expressions during script debugging.
- XamlTheme
Represents a container for the WPF resources used for a theme-based drawing.
Interfaces
- EvaluationResultsTreeController.IHost
Represents methods are used to respond to the tree-view events.
Enums
- EvaluateDialog.ExpressionBoxState
Defines possible states of the expression text box.
Delegates
- EvaluateDialog.CreateCodeCompletionControllerDelegate
Represents a method that will handle creation of codecompletion controller object.