From 3252ed35f22b438c4991ee6e6d1714e884a1e41f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Oct 2021 01:37:37 -0500 Subject: DEBUG: add more debugging options --- debug.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debug.go') diff --git a/debug.go b/debug.go index 8c1e947..0b383c8 100644 --- a/debug.go +++ b/debug.go @@ -32,6 +32,12 @@ func WatchGUI() { } } +func DumpWindows() { + for name, _ := range Data.WindowMap { + log.Println("gui.DumpWindows() window =", name) + } +} + func DumpMap() { for name, window := range Data.WindowMap { log.Println("gui.DumpBoxes() MAP: ", name) -- cgit v1.2.3