Cannot debug on kitkat devices
android, android-4.4-kitkat, debugging
Solution
It seems the problem has something to do with using ART `Android Runtime`, I switched back to Dalvik and debugging started working again
Problem
I have 3 devices that have kitkat on them (Nexus 7 2013, Nexus 7 2013 and Galaxy Nexus obviously galaxy nexus is not an official build of kitkat) all of which I cannot do any debugging with in eclipse. All of whcih were working just fine before the update to further prove that point I have a Samsung galaxy tab 10.1 with 4.0.4 and I can debug just fine, application stops on all breakpoints I set. Is there some setting that changed that I need to enable on the device or in eclipse so that debugging will work again on my kitkat devices? I looked in the developer options and saw that there was an option to `select debug app` but when I click on the app I want to debug it still does not stop on the breakpoints