flutter/packages/flutter_tools/test/general.shard/dap
Danny Tuppeny 46007d61d2
[flutter_tools] [DAP] Don't try to restart/reload if app hasn't started yet (#128267)
The editor is set to hot-reload-on-save by default so saving while the debug session is starting currently prints an error:

Failed to Hot Reload: app 'null' not found

![image](https://github.com/flutter/flutter/assets/1078012/a125b455-a46d-4993-98d8-5d8ae7237a00)

This change skips the call to `app.restart` if the app hasn't started yet to avoid printing an error.
2023-06-09 09:41:07 +00:00
..
flutter_adapter_test.dart [flutter_tools] [DAP] Don't try to restart/reload if app hasn't started yet (#128267) 2023-06-09 09:41:07 +00:00
flutter_test_adapter_test.dart [flutter_tools] [dap] Add support for passing env variables to spawned processes (#107415) 2022-07-12 10:04:08 +01:00
mocks.dart [flutter_tools] Include mode in app.start event, and forward app.start to DAP clients (#121239) 2023-04-05 05:39:09 +00:00