summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 28eb5f233c..6cb9ad9c9e 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5098,6 +5098,11 @@ system and gives an overview of their function and contents.
5098 - "``debug-without-src``": The same behavior as with the ``.debug`` 5098 - "``debug-without-src``": The same behavior as with the ``.debug``
5099 setting, but no source is packaged at all. 5099 setting, but no source is packaged at all.
5100 5100
5101 .. note::
5102
5103 Much of the above package splitting can be overridden via
5104 use of the :term:`INHIBIT_PACKAGE_DEBUG_SPLIT` variable.
5105
5101 You can find out more about debugging using GDB by reading the 5106 You can find out more about debugging using GDB by reading the
5102 ":ref:`dev-manual/common-tasks:debugging with the gnu project debugger (gdb) remotely`" section 5107 ":ref:`dev-manual/common-tasks:debugging with the gnu project debugger (gdb) remotely`" section
5103 in the Yocto Project Development Tasks Manual. 5108 in the Yocto Project Development Tasks Manual.