Ddbg 0.09 beta release
dickl
dick221z at yahoo.com
Thu Jun 14 16:58:27 PDT 2007
Jascha Wetzel wrote:
> Ddbg is a Win32 D debugger
>
> http://ddbg.mainia.de/releases.html
>
> This release mainly improves on expressions and gives you access to all
> CPU/FPU/MMX/SSE registers.
> See the documentation for details.
The support for pointers and array are just what I need !!!!
There seems to be a problem with the integration in CodeBlocks though.
If I set a break point (anywhere) and start to debug, it never reaches
the breakpoint. The debugger is started but appears to be hung. If I
kill the debugger from CodeBlocks, the process isn't killed. I have use
the task manager to kill it. Not sure where the problem lies as yet.
Running via the command line works fine.
I also noticed when using the command line , if I step 'in' on a 'new'
statement, it goes to some totally unrelated line of code. All
subsequent attempts at single stepping stay on the same line of code. If
I use "ov" to get out, then step with 'in' it steps into the
constructor as it should.
More information about the Digitalmars-d-announce
mailing list