Re: Doesn't work: Ubuntu 10.10, DMD 2.049, GDB 7.2

2010-10-14 Thread Robert Clipsham
On 14/10/10 22:00, Kyle Mallory wrote: On 10/14/10 2:31 PM, Kyle Mallory wrote: Am I missing something? I thought this was supposed to be working with the 7.2 release of GDB? Is this working for anyone else? $ dmd -g hello.d FYI, I did get this working (mostly) by invoking: $ dmd -gc -de

Re: Doesn't work: Ubuntu 10.10, DMD 2.049, GDB 7.2

2010-10-14 Thread Kyle Mallory
On 10/14/10 2:31 PM, Kyle Mallory wrote: Am I missing something? I thought this was supposed to be working with the 7.2 release of GDB? Is this working for anyone else? $ dmd -g hello.d FYI, I did get this working (mostly) by invoking: $ dmd -gc -debug hello.d I'm curious now if this is

Doesn't work: Ubuntu 10.10, DMD 2.049, GDB 7.2

2010-10-14 Thread Kyle Mallory
Am I missing something? I thought this was supposed to be working with the 7.2 release of GDB? Is this working for anyone else? $ cat hello.d import std.stdio; int main(char[][] args) { writeln("hello world\n"); writefln("args.length = %d", args.length); for (int i = 0; i < args.