summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2011-02-08 17:00:36 -0500
committerNyx (Neal Orman) <nyx@lindenlab.com>2011-02-08 17:00:36 -0500
commite3816f4577a74bba42ae9091461125ec9698b583 (patch)
treeb0cfdeb15ef61b1c2958aa69b11c1b4036b8a848
parent01d219ed4c140fbc54069cdcb6d1b671f91e9923 (diff)
adding pausing on startup for windows to help debug application
not starting.
-rw-r--r--indra/newview/llappviewerwin32.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp
index d328567a0e..b0bf36f688 100644
--- a/indra/newview/llappviewerwin32.cpp
+++ b/indra/newview/llappviewerwin32.cpp
@@ -57,7 +57,7 @@
#include "llcommandlineparser.h"
#include "lltrans.h"
-
+#include "runtimediagnostics.h"
#ifndef LL_RELEASE_FOR_DOWNLOAD
#include "llwindebug.h"
#endif
@@ -110,6 +110,7 @@ int APIENTRY WINMAIN(HINSTANCE hInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
+ RuntimeDiagnostics::CheckPauseOnStartupOption();
LLMemType mt1(LLMemType::MTYPE_STARTUP);
const S32 MAX_HEAPS = 255;