Page 1 of 1

Anybody else developing under Linux?

Posted: Wed Sep 24, 2008 1:17 am
by Micha
Is anybody else currently using Linux as a development platform for hacking around on Oolite? Specifically Ubuntu, just in case it makes any difference.

If so, how are you debugging?? I'm using ddd (basically a frontend to gdb) and I'm getting loads of spurious signals (usually SIGINT) occuring while trying to step through code and examine data. This is effectively stopping me from debugging and is really starting to cheese me off. Haven't had these problems before when debugging anything, although I've never touched Objective-C before either so unsure if it's just poorly supported?

Any hints much appreciated!

Re: Anybody else developing under Linux?

Posted: Wed Sep 24, 2008 4:12 pm
by JensAyton
Micha wrote:
Is anybody else currently using Linux as a development platform for hacking around on Oolite? Specifically Ubuntu, just in case it makes any difference.

If so, how are you debugging?? I'm using ddd (basically a frontend to gdb) and I'm getting loads of spurious signals (usually SIGINT) occuring while trying to step through code and examine data. This is effectively stopping me from debugging and is really starting to cheese me off. Haven't had these problems before when debugging anything, although I've never touched Objective-C before either so unsure if it's just poorly supported?

Any hints much appreciated!
I test a bit in virtualized Ubuntu, but I haven’t debugged yet. I’d look for info at gnustep.org, especially the mailing lists (which have archives).

Posted: Wed Sep 24, 2008 7:58 pm
by Micha
Thanks for the tip - I'll take a look.

In the meantime I've found the 'insight' debugger to be a lot more stable, even though it's not as capable as ddd. But there's no point in having a feature-rich debugger if it keeps bugging out :D