We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f98dac commit 03be57bCopy full SHA for 03be57b
docs/dev/modules/ROOT/pages/debug.adoc
@@ -34,3 +34,12 @@ When AddressSanitizer finds a bug you can set a breakpoint
34
35
NOTE: you can also set the environment variable `ASAN_OPTIONS=abort_on_error=1` to
36
get the same effect as in the second case
37
+
38
+[TIP]
39
+====
40
+It is advised to disable the leak detection while looking for a bug as follows
41
42
+----
43
+> ASAN_OPTIONS=detect_leaks=0 gdb <executable to debug>
44
45
0 commit comments