purposes, which is the most usual case due to the inherent
hardware limitations on many embedded devices.
However, debugging in the target hardware itself is also possible
- with the most powerful devices.
+ with more powerful devices.
This section describes what you need to do in order to support
using GDB to debug on the target hardware.
</para>
Alternatively, you can add "tools-debug" to
<ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></ulink>:
<literallayout class='monospaced'>
- IMAGE_FEATURES = tools-debug
+ IMAGE_FEATURES = " tools-debug"
</literallayout>
</para></listitem>
<listitem><para>
Alternatively, you can do the following to include all the
debug symbols:
<literallayout class='monospaced'>
- IMAGE_FEATURES = dbg-pkgs
+ IMAGE_FEATURES = " dbg-pkgs"
</literallayout>
</para></listitem>
</itemizedlist>