From 838919e483b5f5011474fe242ca9fde20dcd0ab3 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 17 Dec 2018 14:43:15 +0100 Subject: [PATCH] Doc: Add a note on disk space requirements for core dumps Task-number: QTCREATORBUG-21724 Change-Id: I23605be42a53226417041fb24ff7bd90bb384f34 Reviewed-by: Leena Miettinen --- doc/src/debugger/creator-only/creator-debugger.qdoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/src/debugger/creator-only/creator-debugger.qdoc b/doc/src/debugger/creator-only/creator-debugger.qdoc index e9adadbf59b..cca7b5773b5 100644 --- a/doc/src/debugger/creator-only/creator-debugger.qdoc +++ b/doc/src/debugger/creator-only/creator-debugger.qdoc @@ -619,6 +619,11 @@ Double-click on entries in the \uicontrol {Debugger Perspectives} view to switch between snapshots. The debugger views are updated to reflect the state of the program at time of taking the snapshot. + + \note Creating snapshots involves creating core files of the debugged process, + requiring significant amount of disk space. For details, see + \l{https://sourceware.org/gdb/onlinedocs/gdb/Core-File-Generation.html}. + \endomit */