X-Git-Url: http://git.subgeniuskitty.com/cmless/.git/blobdiff_plain/00413636bfa9321b2ffef09f44c055c76f491c11..16496557f0aa161f3742daf11e3240412604c0ff:/bin/debug.py diff --git a/bin/debug.py b/bin/debug.py new file mode 100644 index 0000000..1504888 --- /dev/null +++ b/bin/debug.py @@ -0,0 +1,12 @@ +# (c) 2017 Aaron Taylor +# See LICENSE file for copyright and license details. + +# Any debug toggles are kept in this file and should be committed to git in the +# 'off' state. + +# Enable CGI traceback printing in the browser as pretty HTML. +import cgitb +# cgitb.enable() + +# Enable CMless error message printing in the browser. +print_to_browser = False