Skip to content

Commit

Permalink
More debug (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed May 9, 2024
1 parent b4f02cd commit c958779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/NetVips.Tests/IoFuncsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ void EvalCallback(Image image, VipsProgress progressStruct)
_testOutputHelper.WriteLine($" active = {progressStruct.Start.Active} (timer active)");
}

_testOutputHelper.WriteLine($"sizeof(VipsProgress): {Marshal.SizeOf<VipsProgress>()}");

im.SetProgress(true);
im.SignalConnect(Enums.Signals.PreEval, EvalCallback);
im.SignalConnect(Enums.Signals.Eval, EvalCallback);
Expand Down

0 comments on commit c958779

Please sign in to comment.