Subject: [Boost-users] newbie: debugging programs with boost
From: p_at_[hidden]
Date: 2008-09-05 00:31:54


Hi all,

I'm having trouble using GDB with my program that uses boost. In GDB (bra
is a vector<double>):

   (gdb) print bra(j)
   Invalid data type for function to be called.

I've compiled my program with -g3. How can I peek at boost datatypes?

Thanks!