Most of the refactor. Need to switch machines.
This commit is contained in:
18
.zed/debug.json
Normal file
18
.zed/debug.json
Normal file
@@ -0,0 +1,18 @@
|
||||
// Project-local debug tasks
|
||||
//
|
||||
// For more documentation on how to configure debug tasks,
|
||||
// see: https://zed.dev/docs/debugger
|
||||
[
|
||||
{
|
||||
"label": "Build & Debug raven new",
|
||||
"build": {
|
||||
"command": "cargo",
|
||||
"args": ["run", "--", "new", "JavaProjectTest"],
|
||||
},
|
||||
"program": "$ZED_WORKTREE_ROOT/target/debug/binary",
|
||||
// sourceLanguages is required for CodeLLDB (not GDB) when using Rust
|
||||
"sourceLanguages": ["rust"],
|
||||
"request": "launch",
|
||||
"adapter": "CodeLLDB",
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user