Author Topic: Need help debugging  (Read 3914 times)

piratenaapje

  • Guest
Need help debugging
« on: January 23, 2007, 11:07:36 pm »
Whenever i write a program in c, and want to debug it, the 'start debugger' icon remains gray, thus I cannot click it. Gdb has been set as debugger. whenever I press build options, it doesn't do anything.
Can anyone help me?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5504
Re: Need help debugging
« Reply #1 on: January 23, 2007, 11:25:31 pm »
are the project settings set to create debugging info ??

piratenaapje

  • Guest
Re: Need help debugging
« Reply #2 on: January 24, 2007, 01:03:20 pm »
Whenever I try to access the project settings, nothing happens.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Need help debugging
« Reply #3 on: January 24, 2007, 01:43:35 pm »
Create a project first.
Be patient!
This bug will be fixed soon...

piratenaapje

  • Guest
Re: Need help debugging
« Reply #4 on: January 24, 2007, 02:41:19 pm »
I did...
The project build button isn't grey or anything, and is clickable. It's just that nothing happens when I try to open it
« Last Edit: January 24, 2007, 03:06:11 pm by piratenaapje »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Need help debugging
« Reply #5 on: January 24, 2007, 03:13:49 pm »
I did...
The project build button isn't grey or anything, and is clickable. It's just that nothing happens when I try to open it

The project menu items are always enabled, although they actually do something only if you actually have a project opened. It's a known bug/interface-issue.
So, if you click these menu items and nothing happens then you have no project open.
Be patient!
This bug will be fixed soon...