David Friedman e23031c974 Docs: Final CL for NDK-docs-onto-DAC, pulling all files into a single CL.
Change-Id: I3867d70f9d669fa08cd7d533d79e02c15339d4ff
2015-05-22 11:12:04 -07:00

17 lines
662 B
Plaintext

page.title=Debugging
@jd:body
<div class="title">Debugging </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>This section introduces you to debugging with the NDK. It includes:</p>
<ul>
<li><a href="./md_3__key__topics__debugging__n_d_k-_g_d_b.html">ndk-gdb and ndk-gdb-py</a><ul>
<li>The helper shell script named <code>ndk-gdb</code>, which allows you to launch a native debugging session for your NDK-generated machine code.</li>
</ul>
</li>
<li><a href="./md_3__key__topics__debugging__n_d_k-_s_t_a_c_k.html">ndk-stack</a><ul>
<li>A tool that helps you use ADB <code>logcat</code> in your debugging. </li>
</ul>
</li>
</ul>