diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-10-04 16:06:47 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-10-04 16:06:47 -0700 |
commit | 1cfd5c91b0a7d0d0009f4fece429f8c2cc6a501c (patch) | |
tree | 1e47ddf34d5d455ad6a56c65e2cf358c9622a48e /src/settings.js | |
parent | 4a5d3521d7f72b8aded5d2bddd74d5541d1eff3f (diff) |
recvmsg and further socket debugging
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js index 5970737c..9e6f257a 100644 --- a/src/settings.js +++ b/src/settings.js @@ -124,6 +124,7 @@ var LIBRARY_DEBUG = 0; // Print out when we enter a library call (library*.js). // emscripten_run_script("Runtime.debug = ...;"); var GL_DEBUG = 0; // Print out all calls into WebGL. As with LIBRARY_DEBUG, you can set a runtime // option, in this case GL.debug. +var SOCKET_DEBUG = 0; // Log out socket/network data transfer. var PROFILE_MAIN_LOOP = 0; // Profile the function called in set_main_loop |