asterinas/osdk/src/commands/launch.json.template

13 lines
368 B
Plaintext

{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Asterinas(#PROFILE#)",
"type": "lldb",
"request": "custom",
"targetCreateCommands": ["target create ${workspaceFolder}/target/x86_64-unknown-none/#PROFILE#/#BIN_NAME#"],
"processCreateCommands": ["gdb-remote 1234"]
}
]
}