Ddbg 0.0.2.3 alpha release

Jascha Wetzel "[firstname]" at mainia.de
Fri Feb 23 16:49:28 PST 2007


since C::B calls the linker separately, you need to also give the -g for
the link call.
you can do this by adding "-g" in your project's build options > linker
settings > other linker options

Bradley Smith 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.
>>
> 
> Sorry, but you are wrong. That was the first thing I checked. I did it
> again to make sure, and here is the build log:
> 
> Build started on: 23-02-2007 at 15:45.20
> Build ended on: 23-02-2007 at 15:45.20
> 
> -------------- Build: Debug in test ---------------
> dmd.exe -g -debug -IC:\dmd\src\phobos -c hello.d -ofobj\Debug\hello.obj
> dmd.exe bin\Debug\test.exe obj\Debug\hello.obj phobos.lib
> C:\dmd\bin\..\..\dm\bin\link.exe
> obj\Debug\hello,bin\Debug\test.exe,,phobos.lib+user32+kernel32/noi;
> Process terminated with status 0 (0 minutes, 0 seconds)
> 0 errors, 0 warnings



More information about the Digitalmars-d-announce mailing list