Skip to content

Commit 69be8be

Browse files
committed
Disable debugging code
1 parent a9749f3 commit 69be8be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nuget/Sqlite_net.SourceGenerator/SQLiteFastColumnSetterGenerator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ static SQLiteFastColumnSetterGenerator ()
3333

3434
public void Initialize(IncrementalGeneratorInitializationContext context)
3535
{
36-
// Stop Debugger for Debugging the Analyzer
37-
System.Diagnostics.Debugger.Launch();
36+
// Launch Debugger for Debugging the Analyzer
37+
// System.Diagnostics.Debugger.Launch();
3838

3939
// Find all classes with TableAttribute or properties with ColumnAttribute
4040
var classDeclarations = context.SyntaxProvider

tests/SQLite.Tests/SQLite.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<!-- SourceGenerator Debugging -->
2525
<PropertyGroup>
2626
<!-- Enable viewing source generated files -->
27-
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
28-
<CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)Generated</CompilerGeneratedFilesOutputPath>
27+
<!---<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
28+
<CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)Generated</CompilerGeneratedFilesOutputPath>-->
2929
</PropertyGroup>
3030

3131
<ItemGroup>

0 commit comments

Comments
 (0)