How do you debug package dependancies you have imported into your project? I can't seem to see the code within the packages.
Currently I am using Carthage and you can simply set breakpoints within the code (there are flags that allow you to do this in Carthage).
It looks like you can use editable packages. Not sure how debugging this works though.