From a3e30811133321919ac700552f2eaf565e83cac4 Mon Sep 17 00:00:00 2001 From: Matt Claypotch Date: Thu, 4 Aug 2011 11:23:56 -0700 Subject: [PATCH] added default remote js debug setting and basic docs --- settings.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/settings.py b/settings.py index 5f0af355d5..96cada5ab0 100644 --- a/settings.py +++ b/settings.py @@ -28,6 +28,13 @@ DEBUG = True TEMPLATE_DEBUG = DEBUG DEBUG_PROPAGATE_EXCEPTIONS = True +# need to view JS errors on a remote device? (requires node) +# > npm install now +# > node media/js/debug/remote_debug_server.node.js +# REMOTE_JS_DEBUG = ':37767' +# then connect to :8080 to view +REMOTE_JS_DEBUG = False + # Skip indexing ES to speed things up? SKIP_SEARCH_INDEX = False