users] compiling in
release mode with define:DEBUG flag
Hi,
I want to compile an assembly in
release mode and also produce a .PDB file. Reason is that if there is a .PDB
file, line numbers are included in stack traces that come with
exceptions.
I tried adding a define=&
Hi,
I want to compile an assembly in release mode and
also produce a .PDB file. Reason is that if there is a .PDB file, line numbers
are included in stack traces that come with exceptions.
I tried adding a define="DEBUG" attribute
to the CSC task in my Nant scripts but to no avail.