Debugging script and support file.

SVN revision: 19993
This commit is contained in:
David Walter Seikel 2006-01-23 18:20:04 +00:00
parent 0509c62b0f
commit 16697812d6
2 changed files with 14 additions and 0 deletions

2
gdb.txt Normal file
View File

@ -0,0 +1,2 @@
run
bt

12
xnest.sh Executable file
View File

@ -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.