C# Class Microsoft.VisualStudio.R.Package.ProjectSystem.RDebugLaunchProvider

Inheritance: DebugLaunchProviderBase
Mostra file Open project: Microsoft/RTVS

Private Properties

Property Type Description
GetRemoteSettingsFile string
GetStartupFileAsync Task
RDebugLaunchProvider System
SendProjectAsync Task
SourceFileAsync Task

Public Methods

Method Description
CanLaunchAsync ( DebugLaunchOptions launchOptions ) : Task
LaunchAsync ( DebugLaunchOptions launchOptions ) : Task
QueryDebugTargetsAsync ( DebugLaunchOptions launchOptions ) : Task>

Private Methods

Method Description
GetRemoteSettingsFile ( string localSettingsPath, string localProjectPath, string remoteProjectPath ) : string
GetStartupFileAsync ( bool transferFiles, EnvDTE project ) : Task
RDebugLaunchProvider ( ConfiguredProject configuredProject, IRInteractiveWorkflowProvider interactiveWorkflowProvider, IProjectSystemServices pss ) : System
SendProjectAsync ( EnvDTE project, string remotePath, string filterString, CancellationToken cancellationToken ) : Task
SourceFileAsync ( bool transferFiles, string file, string errorMessage ) : Task

Method Details

CanLaunchAsync() public method

public CanLaunchAsync ( DebugLaunchOptions launchOptions ) : Task
launchOptions DebugLaunchOptions
return Task

LaunchAsync() public method

public LaunchAsync ( DebugLaunchOptions launchOptions ) : Task
launchOptions DebugLaunchOptions
return Task

QueryDebugTargetsAsync() public method

public QueryDebugTargetsAsync ( DebugLaunchOptions launchOptions ) : Task>
launchOptions DebugLaunchOptions
return Task>