Skip to content

Commit 2ee3a5b

Browse files
committed
Add debug script for vscode
1 parent ef1db33 commit 2ee3a5b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.vscode/launch.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "AiShell Debug",
9+
"type": "python",
10+
"request": "launch",
11+
"module": "aishell",
12+
"justMyCode": true,
13+
"args": [
14+
"print helloworld"
15+
]
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)