Skip to content

Enable --timeline_streams when running debug from IDE button #5724

@dcharkes

Description

@dcharkes

Steps to reproduce

Image

Actual result:

Image

Expected result:

  • Timeline events show up.

Hypothesis:

  • The run in 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)

cc @elliette @DanTup

Metadata

Metadata

Assignees

No one assigned

    Labels

    in debuggingRelates 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 available

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions