flutter/packages/flutter_tools/test/integration.shard/debug_adapter
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
..
flutter_adapter_test.dart Unpause and remove breakpoints when detaching from Flutter process with DAP (#101695) 2022-04-11 21:15:37 +01:00
test_adapter_test.dart Fix issues running integration tests through DAP debug adapter (#104618) 2022-05-26 09:36:30 +01:00
test_client.dart Add support for attachRequest in DAP, running "flutter attach" (#97652) 2022-02-07 18:54:07 +00:00
test_server.dart Fix issues running integration tests through DAP debug adapter (#104618) 2022-05-26 09:36:30 +01:00
test_support.dart Remove dead code in tools tests (#104567) 2022-05-25 12:48:17 -07:00