Skip to content

Instantly share code, notes, and snippets.

@harsimranmaan
Last active August 14, 2020 01:07
Show Gist options
  • Save harsimranmaan/dcc7be3c454cb5c862abade085100e7a to your computer and use it in GitHub Desktop.
Save harsimranmaan/dcc7be3c454cb5c862abade085100e7a to your computer and use it in GitHub Desktop.
Rust debug config
{
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug",
"program": "${workspaceFolder}/target/debug/rustapp",
"args": [],
"cwd": "${workspaceFolder}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment