From b101087fb1419af28d3c34954eae6b7ac7777a1a Mon Sep 17 00:00:00 2001 From: FeignClaims Date: Fri, 18 Oct 2024 20:11:27 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=8C=87=E5=87=BA=20sanitizer=20?= =?UTF-8?q?=E4=B9=9F=E4=BC=9A=E4=B8=AD=E6=96=AD=E6=96=AD=E7=82=B9=E8=B0=83?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debugger/main.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugger/main.rst b/debugger/main.rst index 71713934..98ac9e43 100644 --- a/debugger/main.rst +++ b/debugger/main.rst @@ -89,7 +89,7 @@ 阅读和控制调试 ======================================================================================================================== -在执行调试后, 程序会执行直到中断 (命中断点、抛出异常等等). 此后我们得到以下界面: +在执行调试后, 程序会执行直到中断 (命中断点、 **抛出异常、 :ref:`sanitizer <环境配置>`_ 检测到下标越界等运行时错误** 等等). 此后我们得到以下界面: .. warning::