www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

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 - Ddbg 0.1 beta release

↑ ↓ ← Jascha Wetzel <"[firstname]" mainia.de> writes:
Ddbg is a Win32 D Debugger

http://ddbg.mainia.de/releases.html

This release uses the new CodeView information available in DMD 1.011 to
detect the correct type of symbols if they are dynamic or associative
arrays or delegate - no more type casts needed.
There also have been many bugfixes and smaller changes.
Apr 11 2007
↑ ↓ dickl <dick221z yahoo.com> writes:
Jascha Wetzel wrote:
 Ddbg is a Win32 D Debugger
 
 http://ddbg.mainia.de/releases.html
 
 This release uses the new CodeView information available in DMD 1.011 to
 detect the correct type of symbols if they are dynamic or associative
 arrays or delegate - no more type casts needed.
 There also have been many bugfixes and smaller changes.

I still get a access violation when ddbg is started. Did you get the email I send last week with the executable and source code ??
Apr 11 2007
↑ ↓ → dickl <dick221z yahoo.com> writes:
dickl wrote:
 Jascha Wetzel wrote:
 Ddbg is a Win32 D Debugger

 http://ddbg.mainia.de/releases.html

 This release uses the new CodeView information available in DMD 1.011 to
 detect the correct type of symbols if they are dynamic or associative
 arrays or delegate - no more type casts needed.
 There also have been many bugfixes and smaller changes.

I still get a access violation when ddbg is started. Did you get the email I send last week with the executable and source code ??

Sorry, my bad, I hadn't update to DMD 1.011 yet. 1.011 seems to have fixed the access violation problem.
Apr 11 2007