-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsis enhancementrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become availableSomething that requires changes in the Dart/Flutter SDK to ship before it will become available
Milestone
Description
Steps to reproduce
Actual result:
Expected result:
- Timeline events show up.
Hypothesis:
- The
runin the IDE doesn't run with--observe.
Side node, if you run the debugger by hand you can add the --observe:
"launch": {
"version": "0.2.0",
"configurations": [
{
"name": "Dart",
"type": "dart",
"request": "launch",
"vmAdditionalArgs": [
"--observe"
],
"program": "pkgs/hooks_runner/test/build_runner/build_runner_test.dart",
}
],
"compounds": []
}(repro from a checkout of https://github.com/dart-lang/native)
Metadata
Metadata
Assignees
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsis enhancementrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become availableSomething that requires changes in the Dart/Flutter SDK to ship before it will become available