I have a project using Native Extensions. While the project compiles and works fine on an Android device, when debugging I get a "Debugger failed to launch" error.
Removing the native extension references solves the issue, so I assume it's that that causes the debugger crash.
This is most regretable as the debugger opens a lot faster and provides better feedback than having to load the project up to a device.
Is anyone working on this bug?