issue #1660: Disabled js debugger by default since lack of `js_bindings_dbg.h` file.

This commit is contained in:
James Chen 2013-01-16 14:35:19 +08:00
parent e94d8d1693
commit 3a183d120b
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
Set this to 1 to enable the debugger
*/
#ifndef JSB_ENABLE_DEBUGGER
#define JSB_ENABLE_DEBUGGER 1
#define JSB_ENABLE_DEBUGGER 0
#endif // JSB_ENABLE_DEBUGGER
#if JSB_ENABLE_DEBUGGER