| // 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", |
| } |
| ], |
| } |