To help make it easier to debug injectors and their dependencies there should be an optional API that will describe how a particular series was resolved.
Initial thought it is export an additional injectDebug() function. (To make it tree shakeable)
This function would log the dependency tree for the injected service.
Cc @Phoscur