aboutsummaryrefslogtreecommitdiff
path: root/en/devices/tech/debug/gdb.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/tech/debug/gdb.html')
-rw-r--r--en/devices/tech/debug/gdb.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/en/devices/tech/debug/gdb.html b/en/devices/tech/debug/gdb.html
index 27c99328..d021dae3 100644
--- a/en/devices/tech/debug/gdb.html
+++ b/en/devices/tech/debug/gdb.html
@@ -23,7 +23,9 @@
<p>The GNU Project debugger (GDB) is a commonly used Unix debugger. This page
-details using <code>gdb</code> to debug Android apps and processes.</p>
+details using <code>gdb</code> to debug Android apps and processes for platform
+developers. For third-party app development, see
+<a href="https://developer.android.com/studio/debug/index.html">Debug Your App</a>.</p>
<h2 id=running>Debugging running apps or processes</h2>