Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Vorl on June 09, 2007, 06:10:30 pm

Title: Debug - context change
Post by: Vorl on June 09, 2007, 06:10:30 pm
Hello,

Is it normal that when I change the context thanks to the call stack during debbuging I cannot view the local variables of the current method (actually I can even not see the fields of the current class if it's not the owner of the last method in the call stack) ?
It's a small thing that makes debugging painfull and it's one of the few things that would need C::B to reach the perfection (I use it at home and try to impose it at work ;-) )

Vorl

PS: I have version 4051
Title: Re: Debug - context change
Post by: mandrav on June 09, 2007, 06:12:58 pm
Hello,

Is it normal that when I change the context thanks to the call stack during debbuging I cannot view the local variables of the current method (actually I can even not see the fields of the current class if it's not the owner of the last method in the call stack) ?
It's a small thing that makes debugging painfull and it's one of the few things that would need C::B to reach the perfection (I use it at home and try to impose it at work ;-) )

Vorl

PS: I have version 4051


Right-click the function in the callstack and select "Switch to selected frame".
Title: Re: Debug - context change
Post by: Vorl on June 12, 2007, 07:46:32 pm
Oh yes, I'm stupid, I didn't see it. It works perfectly.
Thanks a lot !