Skip to content

Commit

Permalink
chore: re-comment debugger launch
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeblevins committed Jan 29, 2024
1 parent 4e8d971 commit d5d4e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resizetizer/src/GeneratePackageAppxManifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class GeneratePackageAppxManifest_v0 : Task
public override bool Execute()
{
#if DEBUG_RESIZETIZER
System.Diagnostics.Debugger.Launch();
//System.Diagnostics.Debugger.Launch();
#endif
try
{
Expand Down

0 comments on commit d5d4e15

Please sign in to comment.