Example #1
0
 public CodeBreakpointContext(UIDispatcher uiDispatcher, IClassificationFormatMap classificationFormatMap, ITextElementProvider textElementProvider, BreakpointConditionsFormatter breakpointConditionsFormatter, DbgCodeBreakpointHitCountService2 dbgCodeBreakpointHitCountService, SearchMatcher searchMatcher, CodeBreakpointFormatter formatter)
 {
     UIDispatcher                     = uiDispatcher;
     ClassificationFormatMap          = classificationFormatMap;
     TextElementProvider              = textElementProvider;
     TextClassifierTextColorWriter    = new DbgTextClassifierTextColorWriter();
     BreakpointConditionsFormatter    = breakpointConditionsFormatter;
     DbgCodeBreakpointHitCountService = dbgCodeBreakpointHitCountService;
     SearchMatcher                    = searchMatcher;
     Formatter = formatter;
 }
Example #2
0
 public CodeBreakpointFormatter Create() =>
 CodeBreakpointFormatter.Create_DONT_USE();