Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: hckr83 on December 22, 2005, 09:04:33 pm
-
I am trying to get gbd to tell me where at in my code a segmentation fault happens but nothing seems to work, i tried adding a symbol file and tried building debug info but all it seems to do is tell me a pointless address and what happened not where at in my code
any help?
-
Code::Blocks version, gdb version, compiler version, compiler flags...?
-
Are you using GDB 6.3? It's the only one that works with Code::Blocks.
-
yes im pretty sure i have it because im using the one that was packaged with codeblocks
but i figured it out
the optimization of stripping symbols from the binary will remove all debug symbols(which logically that means its doing what its suppose to) so therefor wont give you any
debug info