From 25207b6537c2ef0fa7cafe86de50f6c6079529c1 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Thu, 28 Aug 2014 15:01:10 +0200 Subject: [PATCH] add mention of valgrind and gdb in documentation of context factories --- doc/doxygen/options.doc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/doxygen/options.doc b/doc/doxygen/options.doc index 4ae9562f5c..82776a5768 100644 --- a/doc/doxygen/options.doc +++ b/doc/doxygen/options.doc @@ -392,7 +392,9 @@ to the most effient: The only reason to change this setting is when the debugging tools get fooled by the optimized context factories. Threads are the most -debugging-friendly contextes. +debugging-friendly contextes, as they allow to set breakpoints anywhere with gdb + and visualize backtraces for all processes, in order to debug concurrency issues. +Valgrind is also more comfortable with threads, but it should be usable with all factories. \subsection options_virt_stacksize Adapting the used stack size -- 2.20.1