User forums > Using Code::Blocks
gdb7 don't work
uriotcea:
hello,
I just installed MingW-w64 with gdb7 and when I tried to use debugging gdb staring correctly but never catch breakpoint and C::B is frozen
Thnak in advance for your help
oBFusCATed:
Please specify some software version, os, cb, compiler?
Have you read this page: http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks ?
uriotcea:
C::B version is 8.02, but in fact in think my trouble comes because I try to debug a 32bit C++ code with a 64bit compilator and debugger, gcc4.5 with gdb7. I don't know why, but my 64bis compilor is not able to debug 32bits source
oBFusCATed:
Compilers don't debug, debuggers are used for this task!
OK, if you have a 64bit compiler and debugger, can you debug 64bit apps?
uriotcea:
Yes, debug and compile my application perfectely works when I used -m64 options for compilor an llinker. When I replace by -m32, I can compiler and link and my application works but I can't debug. I think that come from a gdb bug
Navigation
[0] Message Index
[#] Next page
Go to full version