diff --git a/src/Generator.Tests/GeneratorTest.cs b/src/Generator.Tests/GeneratorTest.cs index d77bc7ae..f882178f 100644 --- a/src/Generator.Tests/GeneratorTest.cs +++ b/src/Generator.Tests/GeneratorTest.cs @@ -28,6 +28,7 @@ namespace CppSharp.Utils options.GeneratorKind = kind; options.OutputDir = Path.Combine(GetOutputDirectory(), "gen", name); options.Quiet = true; + options.GenerateDebugOutput = true; var testModule = options.AddModule(name); testModule.SharedLibraryName = $"{name}.Native";