[Mono-list] VBNC in Mono.

Robert Jordan robertj at gmx.net
Sun Sep 10 11:25:59 EDT 2006


Miguel de Icaza wrote:
>     Another area that could help would be to write a program that used
> the COM API to consume a .pdb debugging file from .NET and convert it
> into a .mdb that Mono can consume.

The attached pdb2mdb does this job.

pdb2mdb-bin.zip:    binaries (for the MS.NET 2.0 runtime)
pdb2mdb.zip:        sources (VS.NET 2005, I'll provide a makefile
             later, if necessary)

Usage: pdb2mdb.exe <assemblyfile>

(So don't pass the pdb as an argument).

I used some informations about the necessary COM interfaces
from this blog:

http://blogs.msdn.com/jmstall/archive/2005/08/25/pdb2xml.aspx

Robert

-------------- next part --------------
A non-text attachment was scrubbed...
Name: pdb2mdb-bin.zip
Type: application/x-zip-compressed
Size: 17616 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-list/attachments/20060910/f1a5740d/attachment.bin 


More information about the Mono-list mailing list