CompilerTools.DebugMsg

Exported


init()

A module using DebugMsg must call DebugMsg.init(), which expands to several local definitions that provide three functions: set_debug_level, dprint, dprintln.

source: CompilerTools/src/debug.jl:40

Internal


PROSPECT_DEV_MODE

When this module is first loaded, we check if PROSPECT_DEV_MODE is set in environment. If it is not, then all debug messages will be surpressed.

source: CompilerTools/src/debug.jl:34