blob: f3d7782ed1a47b77b467af63cb7901163f1c4189 [file] [log] [blame]
// To run the configurations in this file, see
// https://fuchsia.googlesource.com/flutter-embedder/+/refs/heads/main/docs/debugging.md#attaching-a-debugger-from-vscode.
{
// 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": [
{
"name": "Launch(zxdb) hello_flutter",
"type": "zxdb",
"request": "launch",
"launchCommand": "scripts/build_and_run_example.sh hello_flutter",
"process": "embedder",
},
{
"name": "Launch(zxdb) animation_example",
"type": "zxdb",
"request": "launch",
"launchCommand": "scripts/build_and_run_example.sh animation_example",
"process": "embedder",
}
],
}