Documentation
¶
Index ¶
Constants ¶
View Source
const ( DbgSymbolNotFound dbgFlags = 1 << iota DbgError // print when error ocur DbgLog // print log info DbgFlagAll = 0 | DbgError | DbgLog )
Variables ¶
This section is empty.
Functions ¶
func GetDebugError ¶
func GetDebugError() bool
func GetDebugLog ¶
func GetDebugLog() bool
func GetDebugSymbolNotFound ¶
func GetDebugSymbolNotFound() bool
func SetDebugAll ¶
func SetDebugAll()
func SetDebugError ¶
func SetDebugError()
func SetDebugLog ¶
func SetDebugLog()
func SetDebugSymbolNotFound ¶
func SetDebugSymbolNotFound()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.