how to debug functions called from other classes

Grazia Russo-Lassner glassner@umiacs.umd.edu
Sun Dec 11 15:43:00 GMT 2005


Jim,
my question is how tobe able to step into BuildVcb.
So far when I "step" the entire output of BuildVcb gets printed out.

G.

On Sat, 10 Dec 2005, Jim Blandy wrote:

> On 12/10/05, Grazia Russo-Lassner <glassner@umiacs.umd.edu> wrote:
>> the function BuildVcb is where the error message of my code comes from:
>>
>> line50 : parser->BuildVcb(arg1, arg2);
>
> So, 'BuildVcb' is a method of whatever class 'parser' points to; and
> when you call 'parser->BuildVcb', that code prints an error message;
> is that right?
>
> What does GDB do when you reach line 50 and type 'step' to step into
> the method call?  Can you show us a transcript?
>



More information about the Gdb mailing list