update
This commit is contained in:
BIN
basic/manual/code/debug.png
Normal file
BIN
basic/manual/code/debug.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 103 KiB |
@@ -12,4 +12,14 @@
|
||||
|
||||
希望不要给我找没有电脑的借口了,你有手机就可以写代码了(也许吧
|
||||
|
||||
对了,自测猫支持**实时保存**,不小心关掉页面,你写的代码也不会丢失。
|
||||
对了,自测猫支持**实时保存**,不小心关掉页面,你写的代码也不会丢失。
|
||||
|
||||
在写 Python 代码的时候,可以点击红色的【调试】按钮,进入调试界面。
|
||||
|
||||

|
||||
|
||||
1. 点击【下一步】可以看到代码下一步执行到哪里,绿色箭头表示正在执行的语句,红色箭头表示下一步将要执行的语句;
|
||||
|
||||
2. 可以点击【上一步】退回到上一步;
|
||||
|
||||
3. 右侧可以看到输出结果和变量的值。
|
||||
1382
package-lock.json
generated
1382
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -12,14 +12,14 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"prettier": "^3.4.2",
|
||||
"vitepress": "1.5.0"
|
||||
"prettier": "^3.5.2",
|
||||
"vitepress": "1.6.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/lang-cpp": "^6.0.2",
|
||||
"@codemirror/lang-python": "^6.1.6",
|
||||
"@codemirror/lang-python": "^6.1.7",
|
||||
"axios": "^1.7.9",
|
||||
"codemirror": "^6.0.1",
|
||||
"vue-codemirror6": "~1.3.8"
|
||||
"vue-codemirror6": "~1.3.11"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user