Skip to content

[DAP] --pause-isolates-on-start and --pause-isolates-on-exit flags are not set for attach workflows #55859

Closed
dart-lang/webdev
#2438
@elliette

Description

@elliette

If the VM flags --pause-isolates-on-start and --pause-isolates-on-exit are not already set before the DAP attach workflow, then they never get set.

That's because we never set them after looping through all the VM flags here:

if (flagName == null || !isPauseIsolatesFlag) continue;

FYI @DanTup - I have a fix prepared and will send it out shortly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-pkgUsed for miscellaneous pkg/ packages not associated with specific area- teams.dds-dapDDS issues related to the Debug Adapter Protocol (DAP) implementationpkg-ddsFor issues related to the Dart Development Service

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions