From: Mike Taylor Date: Fri, 1 Nov 2013 16:41:03 +0000 (+0000) Subject: New X-Git-Tag: 0.9.1~150^2~12 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=fd0e25b9fb35d2bec153cfe6c3b2f4ae2654fe1e;hp=63167963304da371ad6317dcf3d1d19c5e85e440;p=mkws-moved-to-github.git New --- diff --git a/tools/htdocs/debugging-notes.txt b/tools/htdocs/debugging-notes.txt new file mode 100644 index 0000000..c28d520 --- /dev/null +++ b/tools/htdocs/debugging-notes.txt @@ -0,0 +1,7 @@ +config_default.debug_level is initialised to 1 +mkws_config.debug_level may be set by the application +mkws.debug_level is set from one of the above +mkws.debug_time is self-contained, and used well +mkws.debug_function is a function +var debug is a local alias of mkws.debug_function +debug2 is a function that calls debug after 500 ms -- what?!