Krang::CGI::Debug - a debugger for Krang
use Krang::ClassLoader 'CGI::Debug';
pkg('CGI::Debug')->new()->run();
This application allows admins to access a screen where they can read the logs, read the configuration file and evaluate Perl code in the context of the running Krang instance. The inherent security risk of this feature is mitigated by the fact that only full admins can access this feature, and only by knowing the hotkey (Ctrl-Alt-D).