Debug dmd2 using gdb 7.6 on windxp
Rainer Schuetze via Digitalmars-d-debugger
digitalmars-d-debugger at puremagic.com
Tue Oct 28 12:33:33 PDT 2014
On 28.10.2014 19:34, Zaher Dirkey wrote:
> On Friday, 24 October 2014 at 11:21:20 UTC, Martin Krejcirik wrote:
>> What compiler are you using ? Maybe gdc can produce debug info
>> compatible with gdb on Windows. If that fails, you have to use
>> visualD, which works great.
>
> I used last one DMD2
> gdc made some conflicts versions with my mingw, so i will retry it.
>
> about VisualD, is it need Visual Studio paid version?
> it is not worked with Express version :(
Indeed, Visual D does not work with the Express versions because they
don't support extensions.
Instead, you can use the free Visual Studio Shell. See the installation
hints here: http://rainers.github.io/visuald/visuald/Installation.html
> I liked D i will keep trying to use it :)
More information about the Digitalmars-d-debugger
mailing list