Author Topic: debugger does not break on breakpoint  (Read 4094 times)

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
debugger does not break on breakpoint
« on: March 30, 2006, 06:49:22 pm »
I was using MSVC60 before.

No I am using C::B
Code::Blocks 1.0 revision 2062 Build: Feb 23 2006, 03:02:53 - wx2.6.2 (Windows, ANSI)
on Win98se with a upgraded (I hope so!) gdb-6.3.2.

There is very simple code. I set some breakpoints, but the debugger does not break on them. (start with F8). I tried "run to curser", too. There is the same behavior. The debugger does not break.

I want to run my code step by step and step into functions like I did with MSVC60. Is it possible?

Message in the debugger window...
Selecting target: default
Compiling: done
Adding source dir: E:\Garage\projekte\OctopusBackup\
Adding file: E:\Garage\projekte\OctopusBackup\OctopusBackup.exe
Starting debugger: done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb 6.3
Program exited normally.
Debugger finished with status 0

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
Re: debugger does not break on breakpoint
« Reply #1 on: March 31, 2006, 09:54:22 pm »
There is very simple code. I set some breakpoints, but the debugger does not break on them.

Sorry for that. I does not know that the "make debug symbols" option must set explicite.