NativeClientCrashException when stepping with Android Studio's C++ debugger

I’ve downloaded Cocos 3.15 and built my first C++ project. It builds and launches on my android device fine. If set a breakpoint it will hit that breakpoint correctly and I can inspect values etc. The problem comes if I try to step the debugger though. As soon as I do this an error is reported in the Event Log and the application is closed:

NativeClientCrashException: Android Studio’s C++ debugger stopped unexpectedly

As far as I’m aware my android studio is fully updated. I’ve tried to google on the subject but not I’ve not come up with anything that can help yet.

Does anyone have any advice? Is there a debugger setting or build configuration I should check?

Have you resolved this? I am too getting this error:
NativeClientCrashException: Android Studio's C++ debugger stopped unexpectedly

Anyone else is able to debug NDK C++ ?

(Using Android Studio 2.3.3 with LLDB)

I met same problem , before I upgrade android studio to 2.3.3 the LLDB worked fine in my memory