aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/devices/tech/debug/gdb.html
diff options
context:
space:
mode:
Diffstat (limited to 'zh-cn/devices/tech/debug/gdb.html')
-rw-r--r--zh-cn/devices/tech/debug/gdb.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/devices/tech/debug/gdb.html b/zh-cn/devices/tech/debug/gdb.html
index e6757058..7f17247a 100644
--- a/zh-cn/devices/tech/debug/gdb.html
+++ b/zh-cn/devices/tech/debug/gdb.html
@@ -20,7 +20,7 @@
limitations under the License.
-->
-<p>GNU 项目调试程序 (GDB) 是常用的 Unix 调试程序。本页详细介绍了如何使用 <code>gdb</code> 调试 Android 应用和进程。</p>
+<p>GNU 项目调试程序 (GDB) 是常用的 Unix 调试程序。本页详细介绍了如何使用 <code>gdb</code> 调试 Android 应用和进程(面向平台开发者)。对于第三方应用开发,请参阅<a href="https://developer.android.com/studio/debug/index.html">调试您的应用</a>。</p>
<h2 id="running">调试运行中的应用或进程</h2>