summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/CCpp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/CCpp.conf')
-rw-r--r--lib/Plugins/CCpp.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Plugins/CCpp.conf b/lib/Plugins/CCpp.conf
index 82125813..86bfb7db 100644
--- a/lib/Plugins/CCpp.conf
+++ b/lib/Plugins/CCpp.conf
@@ -12,7 +12,11 @@ SaveBinaryImage = no
# Generate backtrace
Backtrace = yes
-# Generate backtrace for remote crashes
+# Generate backtrace for crashes uploaded from remote machines.
+# Note that for reliable backtrace generation, your local machine
+# needs to have the crashed executable and all libraries it uses,
+# and they need to be the same versions as on remote machines.
+# If you cannot ensure that, it's better to set this option to "no"
BacktraceRemotes = no
# Generate memory map too (IGNORED FOR NOW)