Code::Blocks Forums

User forums => Help => Topic started by: PJ on February 20, 2008, 12:14:57 pm

Title: debugger doesn't stop at any breakpoint
Post by: PJ on February 20, 2008, 12:14:57 pm
Hello,
I wanted to debug my program, I had -g enabled but it didn't stop at any of breakpoints. After trying HelloWorld and some others, I solved out that the problem was a filepath of my project. It contained Czech-specific characters and was quite long (I don't know what exactly did the thing). But since I have copied all the project to c:\Temp\MyProject all works fine. Does someone know, where the problem could be? I'm satisified with my solution, but it coud do problems to someone else or in the future.
Title: Re: debugger doesn't stop at any breakpoint
Post by: wobien on February 22, 2008, 11:58:35 pm
I don't know about Czech-specific characters, but I know the mingw compilor has problems with spaces in the filepath.
Title: Re: debugger doesn't stop at any breakpoint
Post by: Belgabor on February 23, 2008, 03:26:18 am
Which version of gdb are you using? I had issues with earlier verisons but the current technology preview (6.7.50.20071127) works fine for me.