Code::Blocks Forums

User forums => Help => Topic started by: su1 on February 21, 2012, 10:53:45 am

Title: Debugger stops at breakpoints on some projects but not others?
Post by: su1 on February 21, 2012, 10:53:45 am
Hello,

everything is in the title, I have a project made of six .c files, and I can't get the debugger to stop at any breakpoint I set up, even at the first line.

I have tried to set up a new simple "hello world" project, and the debugger stops at the breakpoints this time.

I have the exact same "build settings" in both projects (-g, no -s, no optimization).

What can be the cause of this?

Thanks in advance for your help!
Title: Re: Debugger stops at breakpoints on some projects but not others?
Post by: oBFusCATed on February 21, 2012, 10:57:55 am
Are you sure the options are correct?
Have you checked the full build log?
Title: Re: Debugger stops at breakpoints on some projects but not others?
Post by: su1 on February 21, 2012, 01:52:07 pm
Mmh I tried to reinstall codebocks directly in C:// as I read was useful in another thread, and move my project to a folder without special characters (like accents). It didn't work at first but apparently after a reboot everything seems to be fine.