How do I skip the java's own classes (ex: Activity.java) while debugging? In other words, how do I skip the debug part here? I only want to see the classes I wrote.
I tried to debug, but java's own classes appear in front of me and this takes a lot of time.