Skip to content
DocsTry Aspire
DocsTry

ExecutableLaunchMode Fields

ClassFields2 members
Well-known launch modes that can be requested when an IDE or extension host launches a resource.
DebugSection titled Debugstaticconststring
Launch the resource under the debugger.
public const static string Debug
NoDebugSection titled NoDebugstaticconststring
Launch the resource without debugging.
public const static string NoDebug