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