This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Debugging a constructor




How do I print the variable values inside
a constructor?

I can't use this... Because doesn't exist yet..
The object hasn't been constructed...

Then how do I print the value of x??

class y{

    public: 
      y(int* x) {x =
coreDumpAndGenerateManyHeadaches(); // print x inside
gdb } ;
};


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]