Skip to content

Pub run should support passing in flags to vm #1018

Closed
@DartBot

Description

@DartBot

<img src="https://avatars.githubusercontent.com/u/2192312?v=3" align="left" width="96" height="96"hspace="10"> Issue by keertip
Originally opened as dart-lang/sdk#19569


A typical invocation of the vm to run command line apps from DartEditor would look like

dart --enable-checked-mode --debug:50677 --enable-vm-service:50678 --trace_service_pause_events --pause-isolates-on-start myapp.dart

and any other that the user may specify

DartEditor should be able to specify arguments to pass on to the vm when starting pub run from the editor.

Metadata

Metadata

Assignees

Labels

status-blockedBlocked from making progress by another (referenced) issuetype-enhancementA request for a change that isn't a bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions