I am working on android app and using Cipher class to do some processing. Facing some problems in this, so want to stop the execution and put breakpoints in Cipher class.
The problem is, I've the source code downloaded for the Cipher class (from android sdk, v27) and am putting breakpoints there. The debugger stops at the specified method but it picks the Cipher class file that's present on my system's jdk.
Below screenshots will explain it clearly: