[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:
committed by
Commit Queue
parent
54abba4995
commit
156e02bc01
@@ -113,6 +113,21 @@ If you’re 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.
|
||||
|
||||
## Gotcha’s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user