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.
- DebugBreakMenuItem
The menu item used to execute the Debug Break command.
- EvaluateMenuItem
The menu item used to execute the Evaluate command.
- RunToCursorMenuItem
The menu item used to execute the Run to Cursor command.
- StartDebugMenuItem
The menu item used to execute the Start Debug command.
- StartWithoutDebugMenuItem
The menu item used to execute the Start Without Debug command.
- StepIntoMenuItem
The menu item used to execute the Step Into command.
- StepOutMenuIem
The menu item used to execute the Step Out command.
- StepOverMenuIem
The menu item used to execute the Step Over command.
- 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
- Localize()
Localizes string resources.
- UpdateShortcut(string, Keys)
Updates shortcut associated with a particular menu item.