Author Topic: debugger doesn't stop at any breakpoint  (Read 3219 times)

PJ

  • Guest
debugger doesn't stop at any breakpoint
« 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.

Offline wobien

  • Multiple posting newcomer
  • *
  • Posts: 69
Re: debugger doesn't stop at any breakpoint
« Reply #1 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.

Offline Belgabor

  • Multiple posting newcomer
  • *
  • Posts: 91
Re: debugger doesn't stop at any breakpoint
« Reply #2 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.