- 26 May, 2022 1 commit
-
-
Danny Tuppeny authored
* 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.
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 11 Apr, 2022 1 commit
-
-
Danny Tuppeny authored
-
- 06 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 31 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 23 Mar, 2022 1 commit
-
-
Danny Tuppeny authored
* Don't terminate Dart process pids from VM Service These processes may be on another device, and in the case of attach the debugee should not be terminated anyway.
-
- 22 Mar, 2022 1 commit
-
-
Danny Tuppeny authored
-
- 17 Mar, 2022 1 commit
-
-
Danny Tuppeny authored
-
- 25 Feb, 2022 1 commit
-
-
Danny Tuppeny authored
-
- 18 Feb, 2022 1 commit
-
-
Ben Konyi authored
-
- 07 Feb, 2022 1 commit
-
-
Danny Tuppeny authored
* Add support for attachRequest in DAP, which runs "flutter attach" * Update DAP docs for attachRequest * Improve doc comments * Fix comments * Remove noDebug from attach + create a getter for `debug` * Fix indent
-
- 21 Jan, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 15 Dec, 2021 1 commit
-
-
Danny Tuppeny authored
-
- 23 Nov, 2021 1 commit
-
-
Danny Tuppeny authored
-
- 28 Oct, 2021 1 commit
-
-
Danny Tuppeny authored
* Add support for running tests through debug-adapter * Improve comments about stdout + remove pedantic
-
- 27 Oct, 2021 1 commit
-
-
Danny Tuppeny authored
-