Bugs item #1156702, was opened at 2005-03-04 08:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1156702&group_id=31650

Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Brian Walker (bwalker2002)
Assigned to: Nobody/Anonymous (nobody)
Summary: PDB File generation in the Solution task

Initial Comment:
We have a large project we are building with NAnt. Many 
solutions that we are building with the solution task.

We want to generate PDB files for our release builds so we 
can use ncover and other profiling tools. The problem is 
that the solution task only allows no debug or full debug (it 
does not support the "/debug:pdbonly" command line option 
to csc.exe, vbc.exe, or vjc.exe). It will only generate 
the "/debug+" or "/debug-" command line options for these 
tools. The reason for this is that the visual studio .net 
project files only support these two options.

My request would be that a parameter be added to the 
solution task that would change the interpretation of "no 
debug information" in the project file to mean that we want 
the pdb file generated. If this option was enabled in the 
solution task then "/debug-" would be generated 
as "/debug:pdbonly" when the project file is translated into 
the command line tool.

This would allow us to generate pdb files for our release 
builds. 

Thanks





----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1156702&group_id=31650


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to