how to debug functions called from other classes

Grazia Russo-Lassner glassner@umiacs.umd.edu
Sat Dec 10 11:48:00 GMT 2005


Hi,

the function BuildVcb is where the error message of my code comes from:

line50 : parser->BuildVcb(arg1, arg2);

But BuildVcb is actually a function implemented in a separate class.
Thus, when I use the gdb commands (run, next, step, where, etc.) I end up 
executing the function without being able to go step by step inside BuildVcb.
What gdb commands should I use ?
I would very much appreciate if someone could help, I am a novice in gdb.

thank you,

grazia



More information about the Gdb mailing list