From ddeeb413ede8063cc4a375ec5f3e308f91232eb5 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 25 Dec 2025 11:10:49 +0800 Subject: [PATCH] fix --- src/components/DebugPanel.vue | 151 ++++++++++++++-------------------- 1 file changed, 60 insertions(+), 91 deletions(-) diff --git a/src/components/DebugPanel.vue b/src/components/DebugPanel.vue index 62de488..37a29ee 100644 --- a/src/components/DebugPanel.vue +++ b/src/components/DebugPanel.vue @@ -355,7 +355,7 @@ function autoRun() { :next-line-text="nextLineText" /> - + @@ -423,7 +423,7 @@ function autoRun() { - + - + 步骤: {{ currentStep + 1 }} / {{ debugData.trace.length }} - - - + - - - - - + 变量 + + + 暂无变量 + + + - 暂无变量 - - - - - - {{ variable.name }} - {{ variable.type }} - - - {{ variable.value }} - - - - - - - + + + {{ + variable.name + }} + {{ variable.type }} + + + {{ variable.value }} + + + + + + - - - - - - - {{ currentOutput }} - - - - - + + 输出({{ outputLines }}行) + + + + {{ currentOutput }} + + + + - +