Skip to content

Commit 1b632a8

Browse files
committed
disable debugging code
1 parent 83eb160 commit 1b632a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuget/Sqlite_net.SourceGenerator/SQLiteFastColumnSetterGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static SQLiteFastColumnSetterGenerator ()
3737
public void Initialize(IncrementalGeneratorInitializationContext context)
3838
{
3939
// Launch Debugger for Debugging the Analyzer
40-
System.Diagnostics.Debugger.Launch();
40+
// System.Diagnostics.Debugger.Launch();
4141

4242
// Find all classes with TableAttribute or properties with ColumnAttribute
4343
var classDeclarations = context.SyntaxProvider

0 commit comments

Comments
 (0)