public ToolWindowIntegration(IProject project, ICommunicationChannel channel, IActionLauncher actionLauncher, DebuggerIntegration debugger, SVsServiceProvider serviceProvider)
 {
     Project = project;
     CommunicationChannel = channel;
     ActionLauncher       = actionLauncher;
     _debugger            = debugger;
     _serviceProvider     = serviceProvider;
 }
Example #2
0
 public DebuggerLaunchProvider(ConfiguredProject project, DebuggerIntegration debugger) : base(project)
 {
     _debugger = debugger;
 }