Example #1
0
 public void Execute(IIconBarCommandContext context)
 {
     breakpointManager.Value.Toggle(context.UIContext, context.Line);
 }
Example #2
0
 public bool IsEnabled(IIconBarCommandContext context)
 {
     return(true);
 }