debug_lua_restart_on_error  523 core/conf.c        CONF_INFO(224, conf.debug_lua_restart_on_error,             CONF_DEF_VALUE, i:0),
debug_lua_restart_on_error  837 core/gui_script.c     MENU_ITEM   (0x5c,LANG_MENU_LUA_RESTART,                MENUITEM_BOOL,                      &conf.debug_lua_restart_on_error,   0 ),
debug_lua_restart_on_error  340 include/conf.h     int debug_lua_restart_on_error; // 0=no, 1=yes
debug_lua_restart_on_error  230 modules/luascript.c             if(conf.debug_lua_restart_on_error) {