Closed
Description
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:
sdk/pkg/dds/lib/src/dap/adapters/dart.dart
Line 857 in 238a29d
FYI @DanTup - I have a fix prepared and will send it out shortly.