flutter/dev
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
..
a11y_assessments Add dependency on leak_tracker to flutter_test. (#137069) 2023-10-25 02:45:26 +00:00
automated_tests Add dependency on leak_tracker to flutter_test. (#137069) 2023-10-25 02:45:26 +00:00
benchmarks Add dependency on leak_tracker to flutter_test. (#137069) 2023-10-25 02:45:26 +00:00
bots Add dependency on leak_tracker to flutter_test. (#137069) 2023-10-25 02:45:26 +00:00
conductor Roll pub packages (#136924) 2023-10-20 20:36:29 +00:00
customer_testing Roll pub packages (#136924) 2023-10-20 20:36:29 +00:00
devicelab Ensure Xcode project is setup to start debugger (#136977) 2023-10-25 17:08:57 +00:00
docs update analytics in generate api docs site to use new UA4 (#136497) 2023-10-16 19:47:48 +00:00
forbidden_from_release_tests Bump file,process,process_runner (#136418) 2023-10-12 13:05:24 -07:00
integration_tests Add dependency on leak_tracker to flutter_test. (#137069) 2023-10-25 02:45:26 +00:00
manual_tests Add dependency on leak_tracker to flutter_test. (#137069) 2023-10-25 02:45:26 +00:00
missing_dependency_tests Enable private field promotion for dev (#134480) 2023-09-12 18:29:00 +00:00
snippets/config Remove null-safety argument from DartPad doc samples (#127345) 2023-05-23 00:10:11 +00:00
tools Add dependency on leak_tracker to flutter_test. (#137069) 2023-10-25 02:45:26 +00:00
tracing_tests Add dependency on leak_tracker to flutter_test. (#137069) 2023-10-25 02:45:26 +00:00
analysis_options.yaml Enable more lints (#91642) 2021-10-14 22:03:03 -07:00
README.md Migrate to .ci.yaml (#82960) 2021-05-19 20:09:46 -07:00

This directory contains tools and resources that the Flutter team uses during the development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course, they may be interesting if you are curious.

The tests in this directory are run in the framework_tests_misc-* shards.