[Mono-bugs] [Bug 531630] New: Managed PDB generation is broken

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Aug 17 03:37:21 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=531630

User a.buriak at it-territory.ru added comment
http://bugzilla.novell.com/show_bug.cgi?id=531630#c132172

           Summary: Managed PDB generation is broken
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Cecil
        AssignedTo: jbevain at novell.com
        ReportedBy: a.buriak at it-territory.ru
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Description of Problem:
Managed PDB writer generates PDB that can't be used for managed debugging in
VS2008 (SP1).

Steps to reproduce the problem:
1. get the latest (135354) version of Cecil from SVN;
2. build it;
3. write sample code that loads C# assembly and it's symbols, don't change
anything, call SaveSymbols() and save assembly;
4. launch generated assembly under VS2008 debugger to make sure that managed
debugger is disabled: no breakpoints are hitted, debugger breaks only into
native code, etc.

Actual Results:
Broken PDB (missing managed debug info may be?).

Expected Results:
Correct PDB.

How often does this happen? 
Every time.

Additional Information:
This problem doesn't exist in SVN revision #132172 - Cecil from this revision
works perfectly.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list