Hi, is there a way to use the Android Studio debugger when using Dart FFI in a Flutter app?
--
You received this message because you are subscribed to the Google Groups "Dart FFI" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dart-ffi+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dart-ffi/4c022369-818d-4a9f-a5dd-87cd8dd895bdo%40googlegroups.com.
Hi Facundo,I'm not familiar with setting up the Android Studio Debugger.These are the two things I do:- use the Dart debugger for Dart code- use GDB (or the VSCode C++ plugin with GDB integration) on the dart executable for debugging C++ code (in which the Dart stack frames show up as unknown code).What exactly are you trying to debug? C++ code? Dart code? Or the FFI bindings (e.g. do you get segmentation faults on the de boundary)?And can you test your code in Dart standalone? (that makes debugging native code easier, since you don't have to deal with Android simulators etc.)Kind regards,
On Fri, Jun 12, 2020 at 2:44 PM Facundo David Farall <facund...@gmail.com> wrote:
Hi, is there a way to use the Android Studio debugger when using Dart FFI in a Flutter app?--
You received this message because you are subscribed to the Google Groups "Dart FFI" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dart...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dart-ffi/4c022369-818d-4a9f-a5dd-87cd8dd895bdo%40googlegroups.com.
--Daco Harkes
To unsubscribe from this group and stop receiving emails from it, send an email to dart-ffi+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dart-ffi/cb2e3c7b-4c72-4f10-87db-fcb52510425fo%40googlegroups.com.