Hi,
cv2pdb is a converter of DMD CodeView debug information to PDB debug
format to make debugging of D applications that were created with the
Digital Mars compiler, as seamless as possible in current versions of
Visual Studio.
Major changes since version 0.1:
* now works on executables compiled by DMC
(at least works for debugging DMD)
* removes .debug section from executable
* new addin to correctly display D style strings
and derived object type
cv2pdb is available at
http://www.dsource.org/projects/cv2pdb
Happy debugging,
Rainer Schuetze