• 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
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.ci.yaml Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CODEOWNERS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENT_GRANT Loading commit data...
README.md Loading commit data...
TESTOWNERS Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...