Get a list of all loaded files
When debugging more complex applications, it sometimes happens that I don't know what all files have been loaded and if something is missing. If you use Composer or any other kind of class autoloading, you probably don't know this problem. However, i…