flutter/dev/devicelab/lib
Victoria Ashworth 5dd2a4e0aa
Ensure Xcode project is setup to start debugger (#136977)
Some users have their Xcode settings set to not debug (see example here https://github.com/flutter/flutter/issues/136197#issuecomment-1766834195). This will cause the [engine check for a debugger](22ce5c6a45/runtime/ptrace_check.cc (L56-L71)) to fail, which will cause an error and cause the app to crash.

This PR parses the scheme file to ensure the scheme is set to start a debugger and warn the user if it's not.

Fixes https://github.com/flutter/flutter/issues/136197.
2023-10-25 17:08:57 +00:00
..
command add --exit flag to dev/devicelab/bin/test_runner.dart (#134165) 2023-09-07 19:38:05 +00:00
framework Fix typo in function name (#136273) 2023-10-12 15:53:00 +00:00
tasks Ensure Xcode project is setup to start debugger (#136977) 2023-10-25 17:08:57 +00:00
versions Reverts "[gallery] Reland roll gallery to ecfb9e5352bd12032301b12b30d5853d83d89bda" (#137264) 2023-10-25 16:41:20 +00:00
microbenchmarks.dart Set the CONFIGURATION_BUILD_DIR in generated xcconfig when debugging core device (#134493) 2023-09-13 18:08:35 +00:00