Uploaded image for project: 'NPanday'
  1. NPanday
  2. NPANDAY-625

Support /debug:pdbonly compile option

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.5.0-incubating
    • None
    • Maven Plugins
    • None

    Description

      Compiler mojo supports creating a pdb, however /debug+ is equivelant to /debug:full and can tend to cause decreased performance due to setting the DebuggableAttribute
      http://msdn.microsoft.com/en-us/library/8cw0bt21.aspx
      http://msdn.microsoft.com/en-us/library/9dd8z24x.aspx

      CompilerMojo:138
      if (isDebug)

      { params.add("/debug+"); }

      Would like some way to choose
      params.add("/debug:pdbonly");

      Attachments

        Activity

          People

            Unassigned Unassigned
            gdomjan Greg Domjan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: