From ccc543451f95630631fffad1d6d47d06ebb3cc0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Fri, 8 May 2026 18:00:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E7=82=B9(logpoint)=E6=89=93=E5=8D=B0=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extension/script/backend/worker/breakpoint.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/script/backend/worker/breakpoint.lua b/extension/script/backend/worker/breakpoint.lua index 7ae716a0..b68ce21d 100644 --- a/extension/script/backend/worker/breakpoint.lua +++ b/extension/script/backend/worker/breakpoint.lua @@ -311,7 +311,7 @@ function m.exec(bp) end return tostring(res) end) - rdebug.getinfo(1, "Sl", info) + rdebug.getinfo(0, "Sl", info) stdout(res, info) return false end