Table of Contents

Class DebugMenu

Namespace
Alternet.Scripter.Debugger.UI.AlternetUI
Assembly
Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll
public class DebugMenu : MenuItem, INotifyPropertyChanged, ISupportInitialize, IComponent, IDisposable, INotifyDataErrorInfo
Inheritance
DebugMenu
Implements

Constructors

DebugMenu()

Initializes a new instance of the DebugMenu class with default settings.

Properties

AllowedDebuggerCommands

Gets or sets an allowed commands.

CompileMenuItem

The menu item used to execute the Compile command.

Controller
DebugBreakMenuItem

The menu item used to execute the Debug Break command.

EvaluateMenuItem

The menu item used to execute the Evaluate command.

IsDebugEnabled
RestartButtonColor
RunToCursorMenuItem

The menu item used to execute the Run to Cursor command.

StartButtonColor
StartDebugMenuItem

The menu item used to execute the Start Debug command.

StartWithoutDebugMenuItem

The menu item used to execute the Start Without Debug command.

StepIntoButtonColor
StepIntoMenuItem

The menu item used to execute the Step Into command.

StepOutButtonColor
StepOutMenuIem

The menu item used to execute the Step Out command.

StepOverButtonColor
StepOverMenuIem

The menu item used to execute the Step Over command.

StopButtonColor
StopDebugMenuItem

The menu item used to execute the Stop Debug command.

UseColorImages

Gets or sets a value indicating whether color images should be used in the menu items.

Methods

FindMenuItem(string)
Localize()

Localizes string resources.

OnUpdateItemsEnabled(object?, EventArgs)
OnUpdateItemsVisible(object?, EventArgs)
UpdateShortcut(string, Keys)

Updates shortcut associated with a particular menu item.