5

New to Flutter/Dart, and currently learning to debug with Android Studio (latest version Artic Fox) . When debugging I see options for: Step Over, Step Into, Step Out, Run to Cursor, etc.

When I debug, the debbugger opens new tabs with nested dart functions or classes (such as framework.dart, silver.dart, object.dart, etc). Those are not files I created, which I am not always interested on seeing them (at least for now).

I tried googling this topic, but I didn't find anything relevant. StackOverflow has a similar question (2 years old), but there was no solution.

Is there an option to debug only opened or specific .dart files? At times, I am only interested in debugging open files. Plus, it takes time close all the debugger opened tabs.

1
  • I am Running into the same problem. Wondering, did you figure something out? Commented May 9, 2023 at 5:55

1 Answer 1

1

I think I have figured out a solution.
The button for "Resume Program" works (default keyboard shortcut is F9 key I believe).

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.