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
DebuggerControlToolbar

Interaction logic for DebuggerControlToolbar.xaml

DebuggerException

Interaction logic for DlgDebuggerException.xaml

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

Displays and evaluates local variables during script debugging.

Output

Interaction logic for Output.xaml.

RunParameters

Interaction logic for RunParameters.xaml

SetValueDialog
ThemeBinding
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
XamlThemeConsts

Interfaces

EvaluationResultsTreeController.IHost

Enums

CallStack.CallStackVisibility
EvaluateDialog.ExpressionBoxState
EvaluationResultsTreeControllerOptions

Delegates

EvaluateDialog.CreateCodeCompletionControllerDelegate

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