Stepping into QT Libraries while debugging on Android
-
Not to go ahead of ourselves as far as making custom QT' builds, we just wanted to look into what's going on under-the-hood within the QT's libraries when QGuiApplicationPrivate::processKeyEvent is executed by QUnixEventDispatcher.
We're using a pre-build release Qt, we've set the maintenance tool to install both Sources And Debug Data (over 30GB).
That's how our current settings look like:


- we've used the 'Add Qt sources' button to select the Src directory
- additionally we've added folder in the CDB Paths Tab

As seem above, still no luck. Ideas? Is that because debug symbols for libraries for the ARM64 are not included?