示例#1
0
 LocalsContent(IWpfCommandService wpfCommandService, VariablesWindowVMFactory variablesWindowVMFactory, DbgObjectIdService dbgObjectIdService, DebuggerSettings debuggerSettings)
 {
     this.dbgObjectIdService = dbgObjectIdService;
     this.debuggerSettings   = debuggerSettings;
     Initialize(wpfCommandService, variablesWindowVMFactory, CreateVariablesWindowVMOptions());
 }
示例#2
0
 AutosContent(IWpfCommandService wpfCommandService, VariablesWindowVMFactory variablesWindowVMFactory) =>
示例#3
0
 public WatchContent(int windowIndex, WatchVariablesWindowValueNodesProvider watchVariablesWindowValueNodesProvider, IWpfCommandService wpfCommandService, VariablesWindowVMFactory variablesWindowVMFactory)
 {
     this.windowIndex = windowIndex;
     this.watchVariablesWindowValueNodesProvider = watchVariablesWindowValueNodesProvider;
     Initialize(wpfCommandService, variablesWindowVMFactory, CreateVariablesWindowVMOptions());
 }