From 16697812d627e99d31b385c29618c02d2d852f23 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 23 Jan 2006 18:20:04 +0000 Subject: [PATCH] Debugging script and support file. SVN revision: 19993 --- gdb.txt | 2 ++ xnest.sh | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 gdb.txt create mode 100755 xnest.sh diff --git a/gdb.txt b/gdb.txt new file mode 100644 index 000000000..26478764e --- /dev/null +++ b/gdb.txt @@ -0,0 +1,2 @@ +run +bt diff --git a/xnest.sh b/xnest.sh new file mode 100755 index 000000000..50ec216d3 --- /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.