From fd0e25b9fb35d2bec153cfe6c3b2f4ae2654fe1e Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 1 Nov 2013 16:41:03 +0000 Subject: [PATCH] New --- tools/htdocs/debugging-notes.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/htdocs/debugging-notes.txt 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?! -- 1.7.10.4