Feature - Enhancement #1163
Enable debug information from dotnetscript builds
Status:
New
Priority:
Normal
Assignee:
-
Start date:
2014-04-08
Due date:
% Done:
0%
Estimated time:
vbulletin_issue_id:
Description
Add a parameter to the dotnetscript command to allow us to specify that this build should be debug-enabled, by including the following in the CompilerParameters
parameters.IncludeDebugInformation = true;
parameters.CompilerOptions += " /debug:pdbonly
/pdb:<filename>
Not sure what should be used for the pdb filename; possibly the dotnetscriptdir/pid_###.pdb, using the session PID?
No data to display