background gui.debugger init

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-07 13:03:48 -06:00
parent 34569cbcee
commit 1208cdeda6
1 changed files with 4 additions and 2 deletions

View File

@ -54,8 +54,10 @@ func main() {
me.statusOS.Draw2()
if debugger.ArgDebug() {
log.Sleep(2)
debugger.DebugWindow(me.myGui)
go func() {
log.Sleep(2)
debugger.DebugWindow(me.myGui)
}()
}
// forever monitor for network and dns changes