1. 09 Nov, 2022 1 commit
    • Danny Tuppeny's avatar
      [flutter_tools/dap] Add support for forwarding `flutter run --machine`... · 51c517c0
      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
      51c517c0
  2. 02 Nov, 2022 2 commits
  3. 29 Sep, 2022 1 commit
  4. 25 Aug, 2022 1 commit
  5. 26 Jul, 2022 1 commit
  6. 25 Jul, 2022 1 commit
  7. 19 Jul, 2022 1 commit
  8. 12 Jul, 2022 1 commit
  9. 21 Jun, 2022 1 commit
  10. 26 May, 2022 1 commit
    • Danny Tuppeny's avatar
      Fix issues running integration tests through DAP debug adapter (#104618) · 14702036
      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.
      14702036
  11. 14 Apr, 2022 1 commit
  12. 11 Apr, 2022 1 commit
  13. 06 Apr, 2022 1 commit
  14. 31 Mar, 2022 1 commit
  15. 23 Mar, 2022 1 commit
  16. 22 Mar, 2022 1 commit
  17. 17 Mar, 2022 1 commit
  18. 25 Feb, 2022 1 commit
  19. 18 Feb, 2022 1 commit
  20. 07 Feb, 2022 1 commit
  21. 21 Jan, 2022 1 commit
  22. 15 Dec, 2021 1 commit
  23. 23 Nov, 2021 1 commit
  24. 28 Oct, 2021 1 commit
  25. 27 Oct, 2021 1 commit