Connecting Tech Pros Worldwide Forums | Help | Site Map

How debug STL programs?

PengYu.UT@gmail.com
Guest
 
Posts: n/a
#1: Aug 24 '05
Hi,

I'm using g++3.4 on linux with gdb. I'm wondering how to debug programs
which use STL? Should I compile the program with some extra options?

Best wishes,
Peng


Victor Bazarov
Guest
 
Posts: n/a
#2: Aug 24 '05

re: How debug STL programs?


PengYu.UT@gmail.com wrote:[color=blue]
> I'm using g++3.4 on linux with gdb. I'm wondering how to debug programs
> which use STL? Should I compile the program with some extra options?[/color]

You probably should, however, compiler options are off-topic here. Please
go to g++ newsgroup (gnu.g++.help) or open the documentation to learn what
options are available and what they are for.

V
Closed Thread


Similar C / C++ bytes