DorloBorlo

Results 1 comments of DorloBorlo

Is `DebugSymbolsMode.Disabled` set using the context builder? I did the following: `Context context = Context.Create( builder => builder.DebugSymbolsMode(DebugSymbolsMode.Disabled));` The exceptions were still thrown, and when checking the context properties, it...