Remove Debugger.Launch
This commit is contained in:
Родитель
1cfb40edf2
Коммит
9d0e2a8acb
|
@ -18,7 +18,9 @@ namespace Uno.Samples.UITest.Generator
|
|||
|
||||
public override void Execute(SourceGeneratorContext context)
|
||||
{
|
||||
Debugger.Launch();
|
||||
#if DEBUG
|
||||
// Debugger.Launch();
|
||||
#endif
|
||||
|
||||
GenerateTests(context, "Uno.UI.Samples");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче