gdb halts on non-errors

2013-10-09 Thread Øivind
Hi, Debugging issues with GDB currently a bit of a pain because it halts on several different non-errors. Could you advise on how to get around this. Examples on places it will halt are below. The first ones are actually Vibe specific, but the last one has nothing to do with Vibe, so I guess t

Re: String - append char

2013-10-09 Thread Matesax
Oh - thank you... :D

Re: String - append char

2013-10-09 Thread Brad Anderson
On Wednesday, 9 October 2013 at 20:47:04 UTC, Matesax wrote: Hi, I need to append chars into string in foreach statement. void main(string[] args) { string result = "", source = chomp(readText(args[1])); foreach(int index, char letter; source)

String - append char

2013-10-09 Thread Matesax
Hi, I need to append chars into string in foreach statement. void main(string[] args) { string result = "", source = chomp(readText(args[1])); foreach(int index, char letter; source) result += letter; //14 writeln(result);

[Bug 79] ICE Seg fault

2013-10-09 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=79 David Nadlinger changed: What|Removed |Added CC||c...@klickverbot.at --- Comment #2 from

[Bug 79] ICE Seg fault

2013-10-09 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=79 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|