Skip to content

Commit 2132a91

Browse files
committed
add cargo args to debugger settings
1 parent dff916d commit 2132a91

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.vscode/launch.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"type": "lldb",
99
"request": "launch",
1010
"name": "Debug executable 'rustpython'",
11+
"cargo": {
12+
"args": [
13+
"build",
14+
"--package=rustpython"
15+
],
16+
},
1117
"preLaunchTask": "Build RustPython Debug",
1218
"program": "target/debug/rustpython",
1319
"args": [],

0 commit comments

Comments
 (0)