devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Have way to debug both native iOS and Dart code in same session

Open tdevaux opened this issue 3 years ago • 1 comments

Developing plugins, it'd be nice to have a way to debug both Objc/Swift code AND Dart code.

Ex:

  • Be able to put breakpoints in XCode or Android Studio, and break on either.
  • Or; in DevTools, have the option to debug native code and Dart.

tdevaux avatar Sep 21 '22 21:09 tdevaux

This is possible (g3 link). We should think about if we can make this an easier workflow for users or at least make sure this is documented on flutter.dev

kenzieschmoll avatar Sep 22 '22 16:09 kenzieschmoll