background gui.debugger init
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
34569cbcee
commit
1208cdeda6
2
main.go
2
main.go
|
@ -54,8 +54,10 @@ func main() {
|
||||||
me.statusOS.Draw2()
|
me.statusOS.Draw2()
|
||||||
|
|
||||||
if debugger.ArgDebug() {
|
if debugger.ArgDebug() {
|
||||||
|
go func() {
|
||||||
log.Sleep(2)
|
log.Sleep(2)
|
||||||
debugger.DebugWindow(me.myGui)
|
debugger.DebugWindow(me.myGui)
|
||||||
|
}()
|
||||||
}
|
}
|
||||||
|
|
||||||
// forever monitor for network and dns changes
|
// forever monitor for network and dns changes
|
||||||
|
|
Loading…
Reference in New Issue