Whenever you need to see the content of an Android application that is in debug mode and you want to do it over adb just do the following:
$ adb shell
$ run-as some.package.identifier
This will change your prompt to be authenticated into the app space and your cwd changed to the app’s , from there you can do the typical ls, cd, etc within the app’s domain space.