#753: remote_debugger_config.py looks for wrong config setting
-----------------------------+-----------------
 Reporter:  jluker           |      Owner:
     Type:  defect           |     Status:  new
 Priority:  major            |  Milestone:
Component:  MiscUtil         |    Version:
 Keywords:  remote debugger  |
-----------------------------+-----------------
 It is not possible to enable the new remote debugger functionality because
 remote_debugger_config.py looks for the wrong config setting during
 import. It checks for CFG_DEBUG_SITE but it should be looking for
 CFG_DEVEL_SITE.

 {{{

 # if CFG_DEVEL_SITE is defined, then we do want to enable debugger:
 try:
     from invenio.config import CFG_DEBUG_SITE
     if CFG_DEBUG_SITE:
         CFG_REMOTE_DEBUGGER_ENABLED = 1
 except ImportError:
     pass
 }}}

-- 
Ticket URL: <http://invenio-software.org/ticket/753>
Invenio <http://invenio-software.org>

Reply via email to