WIP: split README.txt into single files
[nobug.git] / doc / additional.txt
blobd0d7782c85519d101276ca498212081ab883fe8c
1 Checking for Additional Tools
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 NoBug uses a number of additional optional tools depending on the application
4 and the debugging information required.  Such tools as valgrind, gdb and support
5 for multi-threaded applications can be tested whether they are available on a
6 particular system.  This can be done, for example, by using autoconf.  
8 Depending on the value of the following defines, the relevant tool or feature
9 is activated:
11     NOBUG_USE_VALGRIND::      
12         1;; Use valgrind
13         0;; Do not use valgrind
15     NOBUG_USE_PTHREAD::
16         1;; Support for multi-thread applications
17         0;; Single-threaded applications
19     NOBUG_USE_EXECINFO::
20         1;; Backtrace information
21         0;; No backtrace informatin