wip character controller
This commit is contained in:
17
.zed/debug.json
Normal file
17
.zed/debug.json
Normal file
@@ -0,0 +1,17 @@
|
||||
// Project-local debug tasks
|
||||
//
|
||||
// For more documentation on how to configure debug tasks,
|
||||
// see: https://zed.dev/docs/debugger
|
||||
[
|
||||
{
|
||||
"label": "Debug Run",
|
||||
"build": {
|
||||
"command": "cargo",
|
||||
"args": ["build"]
|
||||
},
|
||||
"program": "$ZED_WORKTREE_ROOT/target/debug/space-game.exe",
|
||||
"cwd": "$ZED_WORKTREE_ROOT",
|
||||
"request": "launch",
|
||||
"adapter": "GDB"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user