I hope that title wasnt confusing.
So I have a Windows Service that I am debugging by "Attaching to Process". This Windows service references a dll that is built in another project and built through TeamCity, then referenced through Nuget.
I would like to debug the referenced dll via the code I already have. Basically "step through it".
Is this possible? I tried to do Debug-Windows-Module then Load Symbols but I got an error like this: "a matching symbol was not found in this folder"
Is it possible to accomplish what I want to do?
Also I am using VS2012 if that helps at all.