sabayon r1102 - in trunk: . lib



Author: federico
Date: Wed Apr 15 21:40:40 2009
New Revision: 1102
URL: http://svn.gnome.org/viewvc/sabayon?rev=1102&view=rev

Log:
Pass a DEBUG_WHILE_IN_SABAYON environment variable to the child session.
This way child programs can be made to pause themselves for debugging while they are being started
up within the child session.

Signed-off-by: Federico Mena Quintero <federico novell com>

Modified:
   trunk/ChangeLog
   trunk/lib/config.py.in

Modified: trunk/lib/config.py.in
==============================================================================
--- trunk/lib/config.py.in	(original)
+++ trunk/lib/config.py.in	Wed Apr 15 21:40:40 2009
@@ -65,6 +65,7 @@
 #
 PASSTHROUGH_ENVIRONMENT = [
     "SABAYON_DEBUG",
+    "DEBUG_WHILE_IN_SABAYON",
     "LANG",
     "LINGUAS",
     "LC_CTYPE",



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