I'm using the latest build under Karmic, with the GCC compiler. Everything is configured, and works just fine.
Until i tried to debug a file. At first it didn't work, I read the wiki and made sure that -g (debugging symbols) compiler option was on, and the -s (strip symbols) option was off. But nothing changed. The IDE recognises gdb as debugger, yet the whole Debug menu is greyed out. I tried rebuilding the source, restarting the IDE, no change what so ever.
Any ideas?