Reputation: 41
Probably something stupid, but I can't seem to find any PDB files anywhere for C# web api project. I am trying to debug remotely but the symbol files don't load and I've tried everything else in my power to fix that. Most places say set your debug info to full/pdb-only but I don't have the option. Everywhere I look online it tells me to go to My Project, right click Properties(I only have Property Pages option), Build, Advanced Build settings, and all I see is this:
Is it my project type or something? I swear the older versions of visual studio had nice property/configuration pages with everything you could ever want in them. It seems like everything online tells me to go to places and menus that I can never find. Thanks!
Upvotes: 0
Views: 146
Reputation: 11
Go to Tools->Options->Debugging and then Symbols and in there you should see your own location of the pdb-files.
Upvotes: 1