summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorMarcelo Fernandez <marcelofg55@gmail.com>2017-09-18 16:29:23 -0300
committerMarcelo Fernandez <marcelofg55@gmail.com>2017-09-18 16:29:23 -0300
commitff1e0a3e2cb6619644215432604293eb7ba53699 (patch)
tree19d15b364137f8bd31cd74bf02318916502d2a68 /main
parent3d06957f12ba5c04702f3db980af9c07142e7886 (diff)
downloadredot-engine-ff1e0a3e2cb6619644215432604293eb7ba53699.tar.gz
Prevent running the crash_handler when a debugger is present on windows
Diffstat (limited to 'main')
-rw-r--r--main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp
index bb601198db..04375666a9 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -248,7 +248,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
performance = memnew(Performance);
globals->add_singleton(ProjectSettings::Singleton("Performance", performance));
- GLOBAL_DEF("debug/settings/backtrace/message", String("Please include this when reporting the bug on https://github.com/godotengine/godot/issues"));
+ GLOBAL_DEF("debug/settings/crash_handler/message", String("Please include this when reporting the bug on https://github.com/godotengine/godot/issues"));
MAIN_PRINT("Main: Parse CMDLine");