diff --git a/Terminal.Gui/Application/Application.Run.cs b/Terminal.Gui/Application/Application.Run.cs
index eb1e6c263..0e6177bd2 100644
--- a/Terminal.Gui/Application/Application.Run.cs
+++ b/Terminal.Gui/Application/Application.Run.cs
@@ -498,6 +498,7 @@ public static partial class Application // Run (Begin, Run, End, Stop)
/// If the entire View hierarchy will be redrawn. The default is and should only be overriden for testing.
public static void Refresh (bool forceRedraw = false)
{
+ Debug.WriteLine($"Refresh Top = {Top.Id}");
bool clear = false;
foreach (Toplevel tl in TopLevels.Reverse ())
{