Beispiel #1
0
 public override void Execute(object parameter)
 {
     DebuggerPlugin.DebugToggleBreakpoint();
 }
Beispiel #2
0
 public void Execute(TextViewContext context)
 {
     DebuggerPlugin.DebugToggleBreakpoint();
 }
Beispiel #3
0
 public void Execute(ContextMenuEntryContext context)
 {
     DebuggerPlugin.DebugToggleBreakpoint();
 }