summaryrefslogtreecommitdiffstats
path: root/docs/html/ndk/guides/debug.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/ndk/guides/debug.jd')
-rw-r--r--docs/html/ndk/guides/debug.jd11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/html/ndk/guides/debug.jd b/docs/html/ndk/guides/debug.jd
new file mode 100644
index 0000000..3c4da3b
--- /dev/null
+++ b/docs/html/ndk/guides/debug.jd
@@ -0,0 +1,11 @@
+page.title=Debugging Your Project
+@jd:body
+
+<p>After you've built your app, you'll probably need to debug it. This section introduces you to the
+NDK's debugging tools.</p>
+
+<p>It begins by telling you how to use the <a href="{@docRoot}ndk/guides/ndk-gdb.html">
+{@code ndk-gdb}</a> tool to debug your code. It closes with an explanation of the
+<a href="{@docRoot}ndk/guides/ndk-stack.html">{@code ndk-stack}</a> tool, which helps you use the
+<a href="{@docRoot}tools/help/logcat.html">ADB logcat tool</a>
+as you debug.</p> \ No newline at end of file