mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-12 19:09:47 +03:00
chore: added lldb debug config
This commit is contained in:
parent
a122acb0b8
commit
e4ea3215c4
1 changed files with 26 additions and 0 deletions
26
.vscode/launch.json
vendored
Normal file
26
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug",
|
||||
"cargo": {
|
||||
"args": [
|
||||
"build",
|
||||
"--bin=anime-game-launcher",
|
||||
"--package=anime-game-launcher"
|
||||
],
|
||||
"filter": {
|
||||
"name": "anime-game-launcher",
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue