forked from Rust-related/RustPython
17 lines
464 B
JSON
17 lines
464 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"name": "Debug Rust Code",
|
|
//"preLaunchTask": "cargo",
|
|
"program": "${workspaceFolder}/target/debug/rustpython",
|
|
"cwd": "${workspaceFolder}",
|
|
//"valuesFormatting": "parseText"
|
|
}
|
|
]
|
|
}
|