News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

debugger doesn't stop at any breakpoint

Started by PJ, February 20, 2008, 12:14:57 PM

Previous topic - Next topic

PJ

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.

wobien

I don't know about Czech-specific characters, but I know the mingw compilor has problems with spaces in the filepath.

Belgabor

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.