User forums > Using Code::Blocks

Debug symbols, where are they.

(1/1)

GiuliaReis:
I selected the "Process debugging symbols..." tab but after rebuild the app I do'nt get them.
I looked in the Debug direcory and others but nothing.
I'm doing something wrong? C::B 10.5 Ubuntu 10.10

oBFusCATed:
Hm, search google for gcc split symbols or something like that.
The default mode for gcc/g++ is to embed the symbols in the executable/library.

GiuliaReis:

--- Quote from: oBFusCATed on January 27, 2011, 06:36:53 pm ---Hm, search google for gcc split symbols or something like that.
The default mode for gcc/g++ is to embed the symbols in the executable/library.

--- End quote ---
Yep, that did the trick gdb -c core -f file
thanks Rob

Navigation

[0] Message Index

Go to full version