Code::Blocks Forums
User forums => Help => Topic started 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.
-
I don't know about Czech-specific characters, but I know the mingw compilor has problems with spaces in the filepath.
-
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.