Table of Contents

Namespace Alternet.Scripter.Debugger.UI.Wpf

Classes

AddToWatchClickEventArgs

Provides data for the Locals.AddToWatchClick event.

BreakpointChangedEventArgs

Provides data for the Breakpoints.BreakpointStateChanged and Breakpoints.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

CallStack.ListViewItemData
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

Errors.ListViewItemData
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.

EvaluationResultsTreeImageNames
EvaluationResultsTreeImages
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

Threads.ListViewItemData
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.

XamlThemeConsts

Interfaces

EvaluationResultsTreeController.IHost

Represents methods are used to respond to the tree-view events.

Enums

CallStack.CallStackVisibility
EvaluateDialog.ExpressionBoxState

Defines possible states of the expression text box.

EvaluationResultsTreeControllerOptions

Delegates

EvaluateDialog.CreateCodeCompletionControllerDelegate

Represents a method that will handle creation of codecompletion controller object.