zpmod  b19981f
High-performance Zsh module for script optimization and filesystem helpers
Enable Debug Logging

Set the environment variable before loading the module:

typeset -g ZI_MOD_DEBUG=1
module_path+=("${HOME}/.zi/zmodules/zpmod")
zmodload zpmod

You will see warnings when compilation is skipped or when a file cannot be accessed.

Disable by unsetting or setting to 0:

unset ZI_MOD_DEBUG
# or
ZI_MOD_DEBUG=0