[mutter/wip/wayland-work: 38/44] [NOT FOR REVIEW] Add the ability to attach a debugger at init



commit 738e7fc75fce9d0cfbfc7fb103a25c1764b85c05
Author: Giovanni Campagna <gcampagn redhat com>
Date:   Wed Aug 21 11:43:12 2013 +0200

    [NOT FOR REVIEW] Add the ability to attach a debugger at init

 src/core/main.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/core/main.c b/src/core/main.c
index 9b70d2a..1975e8f 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -408,6 +408,9 @@ meta_init (void)
                 g_strerror (errno));
 #endif
 
+  if (getenv ("MUTTER_SLEEP_INIT"))
+    sleep (60);
+
   if (meta_is_wayland_compositor ())
     {
       act.sa_handler = crash_handler;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]