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 }}
+
+
+
+
+
+
-
-
-
-
-
-
-
- 输出({{ outputLines }}行)
-
-
-
-
-
- {{ currentOutput }}
-
-
-
-
-
+
+ 输出({{ outputLines }}行)
+
+
+
+ {{ currentOutput }}
+
+
+
+
-
+