FW: debug info, template class member method
Jonas Paulsson
jnspaulsson@hotmail.com
Sat May 28 06:50:00 GMT 2011
Hi,
I am trying to debug a template class, but I get a long method name and "...which has no line number information.". The member function is defined in the .h file, inside the class definition.
I wonder if it is possible to step through a template member function with gdb? I have tried g++ -O0 -ggdb -fno-default-inline, but no luck.
Jonas
More information about the Gcc-help
mailing list