diff options
Diffstat (limited to 'vm/common.go')
-rw-r--r-- | vm/common.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vm/common.go b/vm/common.go index 919153335..b391bb8c2 100644 --- a/vm/common.go +++ b/vm/common.go @@ -9,6 +9,9 @@ import ( var vmlogger = logger.NewLogger("VM") +// Global Debug flag indicating Debug VM (full logging) +var Debug bool + type Type byte const ( |