Using this answer I installed PrettyBin
to my VS2013 C# project. It really is a easy one click solution if you want to copy all referenced DLLs to a lib subfolder in the bin folder.
Recently I noticed that thrown Exceptions
do not show line numbers anymore. Searching trough Q&As here I think it is because PrettyBin
moves the MyApp.pdb
file to the \lib
subfolder along with all DLLs. And now I don't know how to undo that. Uninstalling PrettyBin
from NuGet
does not help. Seems that its changes are permanent and I don't know where to look to configure this behaviour. My Project's post build events list is empty.
If anyone has experience with PrettyBin
, how can I configure it to skip pdb files?
Otherwise where, should I look to make a change in the Project properties so I can get my pdb back to the bin folder?