mirror of https://github.com/axmolengine/axmol.git
issue #1660: Disabled js debugger by default since lack of `js_bindings_dbg.h` file.
This commit is contained in:
parent
e94d8d1693
commit
3a183d120b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue