Is it possible to debug native code?

I know that we have: one js thread, one native thread and bridge to communicate between threads. So we can debug js code but what about native?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.