Author Topic: Debugger stops at breakpoints on some projects but not others?  (Read 2622 times)

Offline su1

  • Single posting newcomer
  • *
  • Posts: 6
Debugger stops at breakpoints on some projects but not others?
« 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!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Debugger stops at breakpoints on some projects but not others?
« Reply #1 on: February 21, 2012, 10:57:55 am »
Are you sure the options are correct?
Have you checked the full build log?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline su1

  • Single posting newcomer
  • *
  • Posts: 6
Re: Debugger stops at breakpoints on some projects but not others?
« Reply #2 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.