Wiki Home
Syntax
Syntax: Directives
Internal Debugging
mkcdebug null; # does nothing
mkcdebug printhierarchy; # prints current hierarchy (not useful)
mkcdebug printinternal; # prints some internal values
mkcdebug printpath; # prints internal paths
mkcdebug printprof; # prints profile names
mkcdebug printvar <profile>; # user defined profile
mkcdebug printvar test; # prints default profile
mkcdebug printvar hierarchy; # prints all variables in hierarchy (not useful)
mkcdebug printvar profiles; # prints all defined variables
Wiki Home
Syntax