Android studio debugging

Hey, I can’t debug my Android App using Android studio and APQ8016_410C_LA.BR.1.2.7-01010-8x16.0_6.0.1_Marsh_Mallo_P2. Specifically, the application doesn’t not halt on breakpoints at all. I can load APK and run them through ADB. I can also view the logs from the application through ADB. But I cannot step thru the application. Everything

I’m going to try it in Windows but right now we’re running Lubuntu 16.04 in a Virtualbox instance where we run android studio.

Are there known issues with this setup?

Here is the log from the Debug Console showing the debugger able to connect to the process.
$ adb shell am start -D -n “com.test.test.test/com.test.test.test.MainActivity” -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Waiting for application to come online: com.test.test.test.test | com.test.test.test
Waiting for application to come online: com.test.test.test.test | com.test.test.test
Waiting for application to come online: com.test.test.test.test | com.test.test.test
Connecting to com.test.test.test
Connected to the target VM, address: ‘localhost:10314’, transport: ‘socket’