WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=e2e5229f237b9c14005836a6feb056cdde30c397

commit e2e5229f237b9c14005836a6feb056cdde30c397
Author: Raster <ras...@rasterman.com>
Date:   Thu Jun 18 23:11:30 2015 -0700

    Wiki page docs-efl-debug changed with summary [] by Raster
---
 pages/docs-efl-debug.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pages/docs-efl-debug.txt b/pages/docs-efl-debug.txt
index 93c086e..bbbe797 100644
--- a/pages/docs-efl-debug.txt
+++ b/pages/docs-efl-debug.txt
@@ -104,6 +104,14 @@ EINA_LOG_LEVEL=3 EINA_LOG_LEVELS_GLOB=eina_*:0 ./myapp
 
 This will disable eina_log output from all internal eina code thus allowing 
you to see your own domain messages easier.
 
+You may also want to enforce crashes when such issues/errors happen, so you 
can set more environment variables to do this. ''EINA_ERROR_ABORT'' will do 
this:
+
+<code bash>
+EINA_ERROR_ABORT=1 gdb myapp
+</code>
+
+Will now cause a crash (abort) at these points above and allow you to poke 
around with GDB and see why this is happening. See below for more information 
on GDB.
+
 ----
 
 ==== Debug tools ====

-- 


Reply via email to