flutter/dev/devicelab/bin
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
..
tasks Ensure Xcode project is setup to start debugger (#136977) 2023-10-25 17:08:57 +00:00
run.dart fix --exit flag in dev/devicelab/bin/run.dart (#134162) 2023-09-07 19:36:55 +00:00
summarize.dart Add spaces after flow control statements (#126320) 2023-05-15 11:07:30 +02:00
test_runner.dart Remove custom unawaited, prefer dart:async version (#103212) 2022-05-07 08:49:04 -07:00