Hi all,

cv2pdb is a converter of DMD CodeView debug information to PDB debug format to make debugging of D applications that were created with the DMD compiler, as seamless as possible in current versions of Visual Studio (i.e Visual Studio 2008 and VCExpress).

Major Features:

    * conversion of DMD CodeView information to PDB file
    * converted line number info allows setting breakpoints
    * display of variables, fields and objects in watch, local
      and auto window and in data tooltips
    * convenient display of dynamic and associative arrays
      in watch windows
    * demangles function names for convenient display of callstack

Version 0.1 is available now at

    http://www.dsource.org/projects/cv2pdb

Enjoy,
Rainer Schuetze

Reply via email to