1 page.title=Debugging Your Project 2 @jd:body 3 4 <p>After you've built your app, you'll probably need to debug it. This section introduces you to the 5 NDK's debugging tools.</p> 6 7 <p>It begins by telling you how to use the <a href="{@docRoot}ndk/guides/ndk-gdb.html"> 8 {@code ndk-gdb}</a> tool to debug your code. It closes with an explanation of the 9 <a href="{@docRoot}ndk/guides/ndk-stack.html">{@code ndk-stack}</a> tool, which helps you use the 10 <a href="{@docRoot}tools/help/logcat.html">ADB logcat tool</a> 11 as you debug.</p>