Debugging script and support file.
authorDavid Walter Seikel <onefang@gmail.com>
Mon, 23 Jan 2006 18:20:04 +0000 (18:20 +0000)
committerDavid Walter Seikel <onefang@gmail.com>
Mon, 23 Jan 2006 18:20:04 +0000 (18:20 +0000)
SVN revision: 19993

gdb.txt [new file with mode: 0644]
xnest.sh [new file with mode: 0755]

diff --git a/gdb.txt b/gdb.txt
new file mode 100644 (file)
index 0000000..2647876
--- /dev/null
+++ b/gdb.txt
@@ -0,0 +1,2 @@
+run
+bt
diff --git a/xnest.sh b/xnest.sh
new file mode 100755 (executable)
index 0000000..50ec216
--- /dev/null
+++ b/xnest.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+#export REDRAW_DEBUG=1        # To cause redraw- to happen slovly and obviously.
+#export ECORE_ERROR_ABORT=1   # To cause ecore to abort on errers.
+
+Xnest :1 -ac &
+
+# Comment out all but one of these.
+DISPLAY=:1 ; enlightenment &   # Just run it.
+#DISPLAY=:1 ; xterm -e gdb -x gdb.txt enlightenment   # Run it with the text based debugger.
+#DISPLAY=:1 ; ddd -geometry 550x450+5+25 enlightenment &   # Run it with the GUI debugger.
+#DISPLAY=:1 ; valgrind --tool=memcheck --log-file=valgrind_log enlightenment &   # Run it with valgrind.