Skip to content

Commit

Permalink
🐳 chore: 增加调试参数
Browse files Browse the repository at this point in the history
  • Loading branch information
wtklbm committed Nov 22, 2023
1 parent a1872a2 commit 3ca54d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"cwd": "${workspaceRoot}",
"program": "${workspaceRoot}/target/debug/${workspaceFolderBasename}",
"preLaunchTask": "Rust: 构建开发版本",
"args": ["list"],
"env": {
"RUST_BACKTRACE": "full"
}
Expand All @@ -20,6 +21,7 @@
"valuesFormatting": "parseText",
"target": "./target/debug/${workspaceFolderBasename}.exe",
"preLaunchTask": "Rust: 构建开发版本",
"arguments": "list",
"env": {
"RUST_BACKTRACE": "full"
}
Expand Down

0 comments on commit 3ca54d1

Please sign in to comment.