B
Bob
I Debug build my (WinForms) assemblies and then deploy them (simple copy to
client) without the .pdb files. This works fine, but I like to know:
- Without the .pdb files, will the .dll's act essentially the same as
Release?
- Are there any significant performance gains to compiling Release instead
of Debug?
- Will the lack of .pdb files in deployment ever matter if I'm not inclined
to remotely debug?
TIA,
Bob
client) without the .pdb files. This works fine, but I like to know:
- Without the .pdb files, will the .dll's act essentially the same as
Release?
- Are there any significant performance gains to compiling Release instead
of Debug?
- Will the lack of .pdb files in deployment ever matter if I'm not inclined
to remotely debug?
TIA,
Bob