C# Class Microsoft.VisualStudio.Debugger.Lua.LuaDebugger

Inheritance: DebugLaunchProviderBase
Show file Open project: Microsoft/VSLua

Private Properties

Property Type Description
LuaDebugger System

Public Methods

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

Private Methods

Method Description
LuaDebugger ( ConfiguredProject configuredProject ) : System

Method Details

CanLaunchAsync() public method

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

QueryDebugTargetsAsync() public method

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