aboutsummaryrefslogtreecommitdiff
path: root/gomuks.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-03-21 18:46:19 +0200
committerTulir Asokan <tulir@maunium.net>2018-03-21 18:46:25 +0200
commit35b6c7bd276d2a6c7f09163d757a1c3cb885da79 (patch)
tree3cda5627ce5445b0a76ee3fb72551bf326943e57 /gomuks.go
parent7994c289aae7662fee9b86f9424d230c7b612b3d (diff)
Add external debug file, refactoring and push rule parser
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
}