[doc/ffi] Contributing to dart:ffi doc 2

Change-Id: I2a939f9dd561e644696e2cead3363351aaed63f8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/381622
Auto-Submit: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Hossein Yousefi <yousefi@google.com>
Commit-Queue: Hossein Yousefi <yousefi@google.com>
This commit is contained in:
Daco Harkes
2024-08-23 09:53:38 +00:00
committed by Commit Queue
parent 54abba4995
commit 156e02bc01
+15
View File
@@ -113,6 +113,21 @@ If youre using vscode, you can use the following configuration to run the ana
Replace the file under test in args as needed.
To run the unit tests in the debugger:
```
{
"name": "dart pkg/analyzer/test/...",
"type": "dart",
"request": "launch",
"program": "pkg/analyzer/test/src/diagnostics/subtype_of_struct_class_test.dart",
"args": [],
"enableAsserts": true,
"cwd": "${workspaceFolder}",
},
```
Replace the test as needed.
## Gotchas