Class DebugMenu
public class DebugMenu : MenuBarItem, INotifyPropertyChanged, IElementController, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IMenuBarItem, IList<IMenuElement>, ICollection<IMenuElement>, IEnumerable<IMenuElement>, IEnumerable, IElement
- Inheritance
-
DebugMenu
- Implements
Constructors
- DebugMenu()
Initializes a new instance of the DebugMenu class with default settings.
Fields
- 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.
Properties
- AllowedDebuggerCommands
Gets or sets an allowed commands.
- CommandsListener
Gets or sets a list of the Debugger commands for the Debugger UI.
- Debugger
Gets or sets
IScriptDebuggerBase
which errors will be displayed by this user control.
- DefaultCommands
Gets
IDebuggerUICommands
processed by this menu.
Methods
- Localize()
Localizes string resources.
Events
- DebuggerPreStartup
Occurs when the execution of a program is started.