Doc: Add a note on disk space requirements for core dumps

Task-number: QTCREATORBUG-21724
Change-Id: I23605be42a53226417041fb24ff7bd90bb384f34
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
hjk
2018-12-17 14:43:15 +01:00
parent e1a25c6923
commit 838919e483

View File

@@ -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
*/