Namespace Alternet.Scripter.Debugger.UI
Classes
- AddToWatchClickEventArgs
Provides data for the
Locals.AddToWatchClickevent.
- BreakpointChangedEventArgs
Provides data for the
Breakpoints.BreakpointStateChangedandBreakpoints.BreakpointDeletedevent.
- BreakpointClickEventArgs
Provides data for the
Breakpoints.BreakpointClickevent.
- BreakpointListView
Represents ListView control used in the
Breakpointsuser 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.CallStackClickevent.
- DebugMenu
Represents a collection of the menu items used to execute debugger-related commands.
- DebuggerControlToolbar
Represents a
ToolStripthat contains items used to execute debugger-related commands.
- ErrorClickEventArgs
Provides data for the
Errors.ErrorClickevent.
- 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.
- 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.ThreadClickevent.
- 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.WatchAddedevent.
- 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.
Delegates
- EvaluateDialog.CreateCodeCompletionControllerDelegate
Represents a method that will handle creation of code completion controller object.