Author Topic: GDB NOT WORKING!  (Read 4732 times)

Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
GDB NOT WORKING!
« on: April 10, 2007, 11:36:46 pm »
GDB always gives me the following error:
No source file named G:/Dokumentumok/c++ programozas/valami/main.cpp.
Breakpoint 1 ("G:/Dokumentumok/c++ programozas/valami/main.cpp:6) pending.

I tried it under WinXp sp2 and Win Vista too.

GDB does not work for me with rev3803 and 3823
It works with RC2
i did not try it with older nightly builds but it worked for me some weeks ago

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: GDB NOT WORKING!
« Reply #1 on: April 10, 2007, 11:46:13 pm »
Does it work from a directory without spaces in the path ?

Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
Re: GDB NOT WORKING!
« Reply #2 on: April 11, 2007, 09:57:49 am »
it worked with the same Path some weeks ago on my Windows XP SP2...

Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
Re: GDB NOT WORKING!
« Reply #3 on: April 14, 2007, 01:32:38 pm »
Fixed, was a path problem
Some weeks ago GDB had no problem with paths containing spaces and charachters like: őúéáű
Why doesn't it work now? GDB remained the same (6.3), only codeblocks changed and it even works with RC2 for me