aboutsummaryrefslogtreecommitdiff
path: root/gomuks.go
diff options
context:
space:
mode:
Diffstat (limited to 'gomuks.go')
-rw-r--r--gomuks.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/gomuks.go b/gomuks.go
index 67b6989..b4c74fe 100644
--- a/gomuks.go
+++ b/gomuks.go
@@ -65,6 +65,7 @@ func NewGomuks(enableDebug bool) *Gomuks {
main := gmx.ui.InitViews()
if enableDebug {
+ debug.EnableExternal()
main = gmx.debug.Wrap(main)
gmx.debugMode = true
}