error debugger

shows the list of errors that happened during running the game, traces
can be analyzed
This commit is contained in:
Juan Linietsky
2015-08-04 09:47:32 -03:00
parent cbee679bd7
commit d1da2c2995
7 changed files with 307 additions and 3 deletions

View File

@@ -518,7 +518,7 @@ Error Main::setup(const char *execpath,int argc, char *argv[],bool p_second_phas
}
GLOBAL_DEF("debug/max_remote_stdout_chars_per_second",2048);
if (debug_mode == "remote") {
ScriptDebuggerRemote *sdr = memnew( ScriptDebuggerRemote );