Home - Forums-.NET - Spices.Net - Program Database Files (.pdb) for C#

Spices.Net

NET code security, tools to protect, obfuscate, tamper defense, code and data safety, recover, convert, optimize, explore, browse and analyze .Net software.

This forum related to following products: Spices.Net Suite, Spices.Net Obfuscator, Spices.Net Decompiler

Program Database Files (.pdb) for C#
Link Posted: 23-Aug-2010 09:49
Hi!

Is there something special that I need to do to include the .PDB file with the obfuscated .EXE file?

Do I just take the .PDB file from the Release folder?

Best regards,
ct
Link Posted: 23-Aug-2010 09:56
Just specify StripDebugInfo to False in your Spices.Project used for obfuscation to include debug information.
Link Posted: 23-Aug-2010 10:10
I'm sorry...

Where do I find this? I'm in the VS 2010 interface.

Best regards,
ct
Link Posted: 23-Aug-2010 10:11
Never mind I found it.

Thanks!

Best regards,
ct
Link Posted: 23-Aug-2010 10:29
Hi, I've set StripDebugInfo to False, but I'm not getting a PDB file in the Spices_output folder.

What am I doing wrong?

Best regards,
ct