flutter/packages/flutter_tools/lib
Danny Tuppeny 147020366a
Fix issues running integration tests through DAP debug adapter (#104618)
* Fix issues running integration tests through DAP

These adapters were incorrectly trying to connect a DDS instance even when Flutter would create its own. This change disables DDS in the DAP layer and leaves it to Flutter (although it passes `--no-dds` on to Flutter if provided to the DAP process).

Also fixes an issue where we would unnecessarily connect the VM Service for tests even in 'noDebug' mode because of a change/fix that now includes a 'vmServiceUri' in the `test.startedProcess` event.
2022-05-26 09:36:30 +01:00
..
src Fix issues running integration tests through DAP debug adapter (#104618) 2022-05-26 09:36:30 +01:00
executable.dart Exit the tool if a DevTools subprocess fails when running on a bot (#97613) 2022-02-02 14:55:18 -08:00
runner.dart Hide PII from doctor validators for GitHub template (#96250) 2022-01-10 13:20:21 -08:00