Table of Contents

Namespace Alternet.Scripter.Debugger.UI

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.

BreakpointListView

Represents ListView control used in the Breakpoints user control.

Breakpoints

Displays list of breakpoints during script debugging.

CallStack

Displays list of call stack frames during script debugging.

CallStackClickEventArgs

Provides data for the CallStack.CallStackClick event.

DebugMenu

Represents a collection of the menu items used to execute debugger-related commands.

DebuggerControlToolbar

Represents a ToolStrip that contains items used to execute debugger-related commands.

DebuggerException
DefaultDebuggerUICommands
ErrorClickEventArgs

Provides data for the Errors.ErrorClick event.

Errors

Displays list of compiler errors and warnings.

EvaluateDialog

Represents a dialog box to evaluate a particular variable or expression.

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

Displays list of output messages during script debugging.

RunParameters

Represents Run Parameters dialog box used to pass parameters to the process being debugged.

ScalingHelper

A utility class to scale the ImageList linked to the UI controls.

ThreadClickEventArgs

Provides data for the Threads.ThreadClick event.

Threads

Displays list of active threads during script debugging.

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.

Enums

EvaluateDialog.ExpressionBoxState

Defines expression text box states.

EvaluationResultsTreeControllerOptions

Delegates

EvaluateDialog.CreateCodeCompletionControllerDelegate

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