Hi all. My gdb is GNU gdb Red Hat Linux (6.3.0.0-1.162.el4rh). And I can't debug templates. Can anybody help me? How can I debug templates with this debugger? Thanks.
|
|
|||
|
|
|
if your problem is just about placing breakpoint in your code. here is a little snipet ex: main.cpp
compile with g++ -O0 -g main.cpp
otherwise you could just use
|
||
|
|
