Debug option for VM & command line flag
This commit is contained in:
@ -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 (
|
||||
|
Reference in New Issue
Block a user