summaryrefslogtreecommitdiff
path: root/debugger.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-22 06:52:40 -0600
committerJeff Carr <[email protected]>2025-02-22 06:52:40 -0600
commitba514f7827865b8503c50f8a3dde35433798bfb5 (patch)
tree9f0ae185a01d4fc9beb2dbbbe12ee73bc6997a93 /debugger.go
parent3d58bc1c327a84f38516bce7da029493cb8beb4a (diff)
better instructions
Diffstat (limited to 'debugger.go')
-rw-r--r--debugger.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/debugger.go b/debugger.go
index f7a6aca..6481e5d 100644
--- a/debugger.go
+++ b/debugger.go
@@ -5,11 +5,13 @@ package main
*/
import (
+ "go.wit.com/gui"
"go.wit.com/lib/debugger"
"go.wit.com/log"
)
func init() {
+ gui.InitArg()
if debugger.ArgDebug() {
log.Info("cmd line --debugger == true")
go func() {