I am using Visual Studio 2013, .Net Framework 4.0, and C#.
I am trying to debug a file in my project. I have the project set to debug build in the project properties
The dll you are trying to debug most probably is not being built in your solution. You need to locate where it is being built and obtain a debug version (or at least a release version with the pdb symbol file).
pdb