summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-28 05:09:05 -0500
committerJeff Carr <[email protected]>2025-10-28 05:09:05 -0500
commitd0b5b0842064a38a05a8023734bd7105bb2ab90f (patch)
treeb06a7bd184a37b0a16bf60f8aa52972c71cbff13 /debug.go
parentb339658a81d79a4cfb00797d196d3aace08d2513 (diff)
cleaner argv options. argv/go-args help working again
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug.go b/debug.go
index 5b5ddf1..8bc3960 100644
--- a/debug.go
+++ b/debug.go
@@ -13,12 +13,12 @@ import (
"time"
"go.wit.com/gui"
- "go.wit.com/lib/debugger"
"go.wit.com/lib/gui/shell"
"go.wit.com/lib/protobuf/gitpb"
"go.wit.com/log"
)
+/*
func init() {
if debugger.ArgDebug() {
log.Info("cmd line --debugger == true")
@@ -28,6 +28,7 @@ func init() {
}()
}
}
+*/
func dumpDebug() {
// Get absolute path of the currently running binary