- 09 Nov, 2022 1 commit
-
-
Danny Tuppeny authored
[flutter_tools/dap] Add support for forwarding `flutter run --machine` exposeUrl requests to the DAP client (#114539) * [flutter_tools/dap] Add support for forwarding `flutter run --machine` requests to the DAP client Currently the only request that Flutter sends to the client is `app.exposeUrl` though most of this code is generic to support other requests that may be added in future. * Improve comment * Fix thrown strings * StateError -> DebugAdapterException * Add a non-null assertion and assert * Use DebugAdapterException to handle restartRequests sent before process starts * Fix typo + use local var * Don't try to actually send Flutter messages in tests because there's no process
-
- 02 Nov, 2022 2 commits
-
-
Danny Tuppeny authored
[flutter_tools/dap] Add a base Flutter adapter class to avoid duplication between adapters (#114533)
-
Danny Tuppeny authored
[flutter_tools/dap] Map org-dartlang-sdk URIs to the location of the source files found by the analyzer (#114369)
-
- 29 Sep, 2022 1 commit
-
-
Danny Tuppeny authored
-
- 25 Aug, 2022 1 commit
-
-
Danny Tuppeny authored
[dap] Don't wait for appStarted before responding to launch/attach + don't call app.stop for unstarted app (#109386)
-
- 26 Jul, 2022 1 commit
-
-
Danny Tuppeny authored
* [flutter_tools] [dap] Ensure DAP sends app.stop/app.detach during terminate Fixes an issue where the flutter_tester device may not be cleaned up correctly if we just terminate the Flutter process. * Update integration test expectations * Revert accidental commit
-
- 25 Jul, 2022 1 commit
-
-
Danny Tuppeny authored
Since https://github.com/dart-lang/sdk/commit/02d9c3e6a586ad47909262931375f25abb34b4e3 this flag does absolutely nothing. The behaviour it controlled is now automatic and the flag is not required. The flag will be removed from the Dart SDK in the future after Flutter is no longer using it.
-
- 19 Jul, 2022 1 commit
-
-
Danny Tuppeny authored
Provide more useful error message if a non-compliant DAP tool (or user) sends bad input to DAP server (#107827)
-
- 12 Jul, 2022 1 commit
-
-
Danny Tuppeny authored
* [flutter_tools] [dap] Add support for passing env variables to spawned processes * Use named args * Use in-memory fs and FakePlatform * Pass filesystem style to MemoryFileSystem
-
- 21 Jun, 2022 1 commit
-
-
Danny Tuppeny authored
-
- 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
-