devtools
devtools copied to clipboard
Have way to debug both native iOS and Dart code in same session
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.
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