WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=fb7b68ff8b01d58f05fc1d8fafc50ea4a9b1d77a
commit fb7b68ff8b01d58f05fc1d8fafc50ea4a9b1d77a Author: Raster <ras...@rasterman.com> Date: Thu Jun 25 05:32:15 2015 -0700 Wiki page docs-efl-debug changed with summary [] by Raster --- pages/docs-efl-debug.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/docs-efl-debug.txt b/pages/docs-efl-debug.txt index a8f7a51..9761220 100644 --- a/pages/docs-efl-debug.txt +++ b/pages/docs-efl-debug.txt @@ -1,4 +1,9 @@ ~~Title: Debugging~~ + +<note important> +//Please also see [[debugging/enlightenment_debugging]] and [[debugging/apps_efl_debugging]]. This should probably be merged with these pages.// +</note> + ==== Compilation ==== Remember to build EFL, Enlightenment etc. with debugging compile flags. [[docs-efl-start]] has a section on this for your build environment. Remember to have ''-g'' as a ''CFLAGS'' option to ensure binaries and libraries have all the debug information they need. If you didn't build with debugging, simply build again with these flags correctly set and debugging can begin. --