February 24, 2007
Jascha Wetzel wrote:
> Ddbg is a Win32 D Debugger
> 
> http://ddbg.mainia.de/releases.html
> 
> This release supports integration into the Code::Blocks IDE
> 
> http://ddbg.mainia.de/cb_ddbg.jpg

This is my jaw dropping
@ @
 _\
 :
 :
 :
 :
 :
 :
 :
 :
\_/  *clunk!*


WOW.  With CodeBlocks + ddbg, all the sudden D feels like a real language!

How long till we can look at arrays?

--bb
February 24, 2007
On Sat, 24 Feb 2007 11:38:14 +0900, Bill Baxter wrote:

> Jascha Wetzel wrote:
>> Ddbg is a Win32 D Debugger
>> 
>> http://ddbg.mainia.de/releases.html
>> 
>> This release supports integration into the Code::Blocks IDE
>> 
>> http://ddbg.mainia.de/cb_ddbg.jpg
> 
> This is my jaw dropping
> @ @
>   _\
>   :
>   :
>   :
>   :
>   :
>   :
>   :
>   :
> \_/  *clunk!*
> 
> 
> WOW.  With CodeBlocks + ddbg, all the sudden D feels like a real language!
> 
> How long till we can look at arrays?
> 
> --bb


Yeah, I'm going to try this again.  I've looked at Codeblocks before, but I think it was too buggy.  Maybe it's improved now.

Between this and eclipse/descent, things are looking good for D in this area.

-JJR
February 24, 2007
Jascha Wetzel wrote:
> he probably didn't. "Error: Empty CodeView data" is what happens in this
> case.
> debugging executables without symbols isn't supported, yet.

Most programmers don't know what Codeview is (since it's a very old format). How about changing the message to:

Error: No symbolic debug info present, try compiling with -g

?
February 24, 2007
yep, it'll be in the next release

Walter Bright wrote:
> Jascha Wetzel wrote:
>> he probably didn't. "Error: Empty CodeView data" is what happens in this
>> case.
>> debugging executables without symbols isn't supported, yet.
> 
> Most programmers don't know what Codeview is (since it's a very old format). How about changing the message to:
> 
> Error: No symbolic debug info present, try compiling with -g
> 
> ?
February 24, 2007
Bill Baxter wrote:
> How long till we can look at arrays?

i have to pass that question on to walter ;)
February 24, 2007
Bradley Smith wrote:

> Yep. That does it. I'd call that a defect in the default
> D project settings for Code::Blocks.

You can report any bugs with Code::Blocks on BerliOS at:
https://developer.berlios.de/bugs/?group_id=5358

It can also be discussed on http://forums.codeblocks.org/
I'll be looking at ssues with D or Mac, when time allows.

--anders
February 24, 2007
Jascha Wetzel wrote:
> Ddbg is a Win32 D Debugger
> 
> http://ddbg.mainia.de/releases.html
> 
> This release supports integration into the Code::Blocks IDE
> 
> http://ddbg.mainia.de/cb_ddbg.jpg
When I try to build in CodeBlock I got this error in build messages tab?
	 .DEF Syntax Error
	 === Build finished: 1 errors, 0 warnings ===

vtp
February 24, 2007
Vladimir Panteleev wrote:
> On Sat, 24 Feb 2007 01:35:03 +0200, Jascha Wetzel <"[firstname]"@mainia.de> wrote:
> 
>> he probably didn't. "Error: Empty CodeView data" is what happens in this
>> case.
>> debugging executables without symbols isn't supported, yet.
> 
> Note to Code::Blocks users:
> 
> When building D programs from the CB IDE, you need to pass the -g parameter to DMD not just in the compilation phase, but in the link phase as well. Since with DMD, dmd.exe is the linker as well, you have to set the following options either in the project's build options or in the global "Compiler and debugger" settings:

It didn't seem to work for me when I put it in the global settings.

I had to put it in the project settings.  (Maybe because the default D project wizard overrides the setting?)  Regardless, I think it needs to be fixed in the default project.  If you put it in the global settings it applies to all build versions and not just Debug.

--bb
February 25, 2007
did you try to compile that same program manually?
i can't think of a C::B related problem that would cause such an error...

vanh wrote:
> Jascha Wetzel wrote:
>> Ddbg is a Win32 D Debugger
>>
>> http://ddbg.mainia.de/releases.html
>>
>> This release supports integration into the Code::Blocks IDE
>>
>> http://ddbg.mainia.de/cb_ddbg.jpg
> When I try to build in CodeBlock I got this error in build messages tab?
>      .DEF Syntax Error
>      === Build finished: 1 errors, 0 warnings ===
> 
> vtp
February 25, 2007
Yes, manually compile the code with dmd work fine. So I downloaded the newer 2/24 build
from codeblock web site. Now it works great thank for the debugger I been waiting for this for awhile now.

vtp


Jascha Wetzel wrote:
> did you try to compile that same program manually?
> i can't think of a C::B related problem that would cause such an error...
> 
> vanh wrote:
>> Jascha Wetzel wrote:
>>> Ddbg is a Win32 D Debugger
>>>
>>> http://ddbg.mainia.de/releases.html
>>>
>>> This release supports integration into the Code::Blocks IDE
>>>
>>> http://ddbg.mainia.de/cb_ddbg.jpg
>> When I try to build in CodeBlock I got this error in build messages tab?
>>      .DEF Syntax Error
>>      === Build finished: 1 errors, 0 warnings ===
>>
>> vtp
1 2
Next ›   Last »