diff options
| author | Jeff Carr <[email protected]> | 2021-10-24 09:01:51 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-24 09:01:51 -0500 |
| commit | 23e4e139f1df01bfdd8987c48309a1e50977b7a1 (patch) | |
| tree | 0eecb69307b0603bbf4f49852104e861e42bedf0 /debug.go | |
| parent | a915cecec02306363039c3ef32226670ec935b8d (diff) | |
NODE: it builds, runs and doesn't crashv0.0.4
Also, it doesn't really work as the formatting and other buttons
and things don't get populated
Diffstat (limited to 'debug.go')
| -rw-r--r-- | debug.go | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -9,14 +9,13 @@ import ( "github.com/davecgh/go-spew/spew" ) -// import "reflect" - -// import "github.com/andlabs/ui" -// import _ "github.com/andlabs/ui/winmanifest" - -// -// Dump out debugging information every 4 seconds +// WatchGUI() opens a goroutine // +// From that goroutine, it dumps out debugging information every 4 seconds +/* + TODO: add configuration triggers on what to dump out + TODO: allow this to be sent to /var/log, syslogd, systemd's journalctl, etc +*/ func WatchGUI() { count := 0 |
