|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.announce - cv2pdb 0.3 released
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
Jun 05 2009
On Fri, 05 Jun 2009 10:37:38 +0300, Rainer Schuetze <r.sagitario gmx.de> wrote: Jun 05 2009
Hi, I hadn't checked the tickets (I still have to set it up correctly to be notified, I guess). I could reproduce ticket #2, but not #1. We should move discussion about bugs there... Rainer Vladimir Panteleev wrote:On Fri, 05 Jun 2009 10:37:38 +0300, Rainer Schuetze <r.sagitario gmx.de> wrote: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. Jun 05 2009
On 05.06.2009 09:37, Rainer Schuetze wrote: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. Jun 08 2009
The last time I've been using VC6 is so long ago, I cannot really remember... VC7 and VS.NET are maybe a little faster than VS2005/VS2008, but to make them stall for seconds is not common neither for C++ nor for D. The visualizer macros in autoexp.dat are quite complex and can be slow, especially if you have associative arrays with a lot of entries. Please try it without the autoexp.dat entries. Rainer torhu wrote:On 05.06.2009 09:37, Rainer Schuetze wrote: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. Jun 09 2009
On 09.06.2009 20:44, Rainer Schuetze wrote:The visualizer macros in autoexp.dat are quite complex and can be slow, especially if you have associative arrays with a lot of entries. Please try it without the autoexp.dat entries. Jun 11 2009
On Mon, Jun 8, 2009 at 3:43 PM, torhu<no spam.invalid> wrote:On 05.06.2009 09:37, Rainer Schuetze wrote: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. Jun 09 2009
"Bill Baxter" <wbaxter gmail.com> wrote in message news:mailman.242.1244575550.13405.digitalmars-d-announce puremagic.com... On Mon, Jun 8, 2009 at 3:43 PM, torhu<no spam.invalid> wrote:As someone mostly used to msvc 6, I have to say that debugging in msvc 9 is incredibly sluggish in comparison. Most actions in the debugger takes several seconds to complete, while in msvc 6 it's more or less instantaneous. Is that also the case when debugging C++? Jun 09 2009
On 09.06.2009 21:25, Bill Baxter wrote:On Mon, Jun 8, 2009 at 3:43 PM, torhu<no spam.invalid> wrote:As someone mostly used to msvc 6, I have to say that debugging in msvc 9 is incredibly sluggish in comparison. Most actions in the debugger takes several seconds to complete, while in msvc 6 it's more or less instantaneous. Is that also the case when debugging C++? Jun 11 2009
|