New
authorMike Taylor <mike@indexdata.com>
Fri, 1 Nov 2013 16:41:03 +0000 (16:41 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 1 Nov 2013 16:41:03 +0000 (16:41 +0000)
tools/htdocs/debugging-notes.txt [new file with mode: 0644]

diff --git a/tools/htdocs/debugging-notes.txt b/tools/htdocs/debugging-notes.txt
new file mode 100644 (file)
index 0000000..c28d520
--- /dev/null
@@ -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?!