All, I have a build installed on my machine and some functionality is working perfectly in code( in both modes release and debug) but that functionality is not working only in build. So, I want to debug that .exe using attach to process. So, I start up the buid .exe from desktop shortcut and attach the visual studio to that .exe but visual studio says that no .pdb file is there, so it can't be debugged. So, one option is this
- Build the project in debug mode and should copy the dll and pdb in the folder where build is installed in program files is that right??, will it work.
Or I have to do something else for debugging that code.