We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea1821 commit 944c9f4Copy full SHA for 944c9f4
src/Generator.Tests/GeneratorTest.cs
@@ -28,6 +28,7 @@ public virtual void Setup(Driver driver)
28
options.GeneratorKind = kind;
29
options.OutputDir = Path.Combine(GetOutputDirectory(), "gen", name);
30
options.Quiet = true;
31
+ options.GenerateDebugOutput = true;
32
var testModule = options.AddModule(name);
33
testModule.SharedLibraryName = $"{name}.Native";
34
0 commit comments