I have an aspnet 5 project using EF7 and I'm trying to get it to display some debug logs (specifically, the queries generated by EF7). My database layer is in a seperate class library project but when I start the project (in debug mode) in IISExpress, nothing
appears in the debug output except for lines like the following:
Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled -- I get this message for all of the framework libraries, which I think is expected.
Cannot find or open the PDB file -- I get this for both the start up project and database layer library I've referenced.
Any help would be appreciated.